Hi, when I am in UTF-8 mode and I type a "ö", I read C3 B6 which may be translated by mbtowc() into F6 and this looks correct to me.
When I am in ISO-8859-1 mode and I type "ö", I read F6 but this will be translated by mbtowc() into: 0x30000076 Can someone enlighten me why I don't get what I expect (0xF6)? Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-discuss mailing list [email protected]
