Subject: Re: isprint() and isblank()
To: Noriyuki Soda <soda@sra.co.jp>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 01/21/2001 16:16:02
>> i really would like to see newer binaries use
>> __CurrentRuneLocale.__runetype[] instead of _ctype_. i'm not very
>> happy about letting future programs to look at _ctype_.
>No.
>At least in ctype.h, we should keep to refer _ctype_[] rather than
>__CurrentRuneLocale.__runetype[] to keep _RuneLocale opaque.
>Otherwise we lose flexibility to change implementation detail of
>RuneLocale.
i meant,
- stop using in ctype.h, use functions. by doing so we can
avoid hardcoding table internals into compiled binary.
- in isprint() and other *functions*, refer
__CurrentRuneLocale.__runetype[].
itojun