do the jabber system support to east aisa GLYPH images,chinese ,japanese and korea.I want my jabber server support to unicode of east aisa.but I get a trouble. my friend tell me. just below ,is it right ,or have a better way to resolve the problem.
�6�1Jabber uses UTF-8 encoding �6�1We have not been facing any problems because we have been operating in the ASCII domain which is a subset of UTF-8. �6�1We need to find some kind of encoding algorithm/API which converts Unicode to UTF-8 before we send out strings to the server and some kind of decoding Algorithm/API which does the opposite when we receive strings. �6�1We need some kind of rendering mechanism has to make the mapping from unicode to the actual character. �6�1 �6�1There are a couple of Microsoft APIs called MultiByteToWideChar and CharToMultiByte �6�1There is an Mlang API of Microsoft which has functions like ConvertStringToUnicode and ConvertUnicodeToString (I think this is our best bet. If we read this thoroughly we might be able to solve the problem) _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
