[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: extended ascii
From: |
Thomas Dickey |
Subject: |
Re: extended ascii |
Date: |
Sun, 5 Nov 2006 06:53:15 -0500 (EST) |
On Sat, 4 Nov 2006, scorpio2002 wrote:
Hi there! I'm new to the forum. I'm looking for a way to get printw() to
print extended ascii characters onto the screen. I tried that... but I see
question marks ore blanks... maybe there is a function in the library to set
the console so that it'll print extened ascii char too.
You have to setup your locale (environment variables) and the application
has to call setlocale(). ncurses' test programs do that, for example.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
- extended ascii, scorpio2002, 2006/11/04
- Re: extended ascii,
Thomas Dickey <=