bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wide and UTF-8 international characters


From: Thomas Dickey
Subject: Re: Wide and UTF-8 international characters
Date: Fri, 9 May 2003 07:36:12 -0400
User-agent: Mutt/1.2.5i

On Fri, May 09, 2003 at 09:23:43AM +0000, John Smith wrote:
> Is there a summary of how to use ncurses with international (wide and utf-8) 

there are no tutorials that I'm aware of
(a few manpage references don't count).

I've been adding to the test programs in ncurses to demonstrate these
and other functions.  test/view.c and test/ncurses.c for example.

> character sets? I can't figure out the right way to do it. Apparently vim 
> does it, so it should be possible.

actually vim doesn't (it uses termcap-level functions to draw text, and
uses the same wide-character/multibyte string functions that ncurses uses
to manipulate the data).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]