bug-ncurses
[Top][All Lists]
Advanced

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

Re: Bugs in wide character API


From: Thomas Dickey
Subject: Re: Bugs in wide character API
Date: Mon, 23 Aug 2004 09:30:24 -0400 (EDT)

On Mon, 23 Aug 2004, Marcin 'Qrczak' Kowalczyk wrote:

> W liście z pon, 23-08-2004, godz. 08:04 -0400, Thomas Dickey napisał:
>
> > >     if ((is8bits(value) && isprint(value))
> > >   || (SP->_legacy_coding && (value >= 160))) {
>
> > It's concerned with a case where the locale isn't set.
>
> But the locale *is* set. is8bits(value) is true, isprint(value) is true,
> and the code is entered, causing the value to be cast rather than
> recoded.

I see (partly).  I'll have to make that chunk a little smarter.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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