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: Marcin 'Qrczak' Kowalczyk
Subject: Re: Bugs in wide character API
Date: Mon, 23 Aug 2004 14:12:55 +0200

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.

-- 
   __("<         Marcin Kowalczyk
   \__/       address@hidden
    ^^     http://qrnik.knm.org.pl/~qrczak/





reply via email to

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