bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses-5.7-20090530.patch.gz


From: Thomas Dickey
Subject: Re: ncurses-5.7-20090530.patch.gz
Date: Sat, 13 Jun 2009 17:33:55 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Jun 03, 2009 at 10:01:48AM -0400, Thomas Dickey wrote:
> On Wed, 3 Jun 2009, Clemens Ladisch wrote:
>
>>>                     || (sp->_legacy_coding == 0
>>>                         && (isprint(check) || iswprint(check))))))
>>
>> But here is still a bug: iswprint() must not be called for single-byte
>> characters because that function assumes its parameter is a wide
>> character, and wide characters are Unicode, which is the same as
>> ISO 8859-1 for 8-bit values.  This gives wrong values for locales with
>> any other encoding.
>
> thanks (I'll have to modify that part, then).

I've been looking at this, found that changing this detail will also
require a large change to wadd_wch, etc., and am considering how to
split up the change, etc.

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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