I have been looking into replacing some of the UT_UCS_ functions 
with the wcs string functions but run into a problem -- the size of 
our UT_UCSChar == 2 but on Linux sizeof(wchar_t) == 4. wchar_t 
is only 2 bytes on Windows, and if I am not mistaken only 1 byte 
on BeOS; thus it does appear that the wchar_t is in fact not 
portable, and consequently neither are the wcs string functions, 
and are, therefore, of now use to us.

Tomas

Reply via email to