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