This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal for new element(s) in LC_CTYPE


Ulrich Drepper wrote:
> The implemented model allows locale-specific new classes to be defined.
> You'll have to use the wctype() and iswctype() interfaces to use them.

wctrans() and towctrans() should be more appropriate, I think.
iswctype() returns only a boolean, but what Hamed needs is to look up a
wchar_t, namely the replacement for L'.'.

Bruno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]