[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to do UTF-8?
From: |
Pierre Abbat |
Subject: |
Re: How to do UTF-8? |
Date: |
Wed, 15 Mar 2006 20:01:01 -0500 |
User-agent: |
KMail/1.8.3 |
On Wednesday 15 March 2006 18:09, Thomas Dickey wrote:
> The ncurses test program (see the sources test/ncurses.c) uses setlocale()
> and when ncurses is configured using --enable-widec, provides examples in
> ncurses.c for line-drawing, etc., in menu F.
I downloaded it with apt-get source, which applied a patch, built it and ran
the test program. It doesn't have a menu F. I reconfigured with
--enable-widec and got an F menu. I ran the A menu and got this:
Key pressed: 0431 ę = 0x119 (printable character)
Key pressed: 0431 KEY_F(17)
(I had to type that in manually! ncurses grabs all mouse clicks and I can't
highlight even if I stop it.)
The first one is "e" with ogonek (a Polish nasal vowel); the second is
shift-F5.
phma