Re: Ctype patch for review
Andrey Chernov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.internationalization |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 19, 2007 at 11:12:07AM +0900, Taku YAMAMOTO wrote: > These characters ARE single byte. > The problem is that a byte >= 0x80 does not always mean it composes a > multi-byte character in that locale. Ah, I understand. From mskanji(5): "Characters from the ASCII/JIS-Roman character set are encoded as single bytes between 0x00 and 0x7F (ASCII) or 0xA1 and 0xDF (Half-width katakana)." It means that test needs to be more comprehensive :( I'll think about... -- http://ache.pp.ru/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-i18n To unsubscribe, send any mail to "[email protected]"