Hi,

This might be a hair off track but not much...
I was courious about multi-lingual support, many of you must program for multilingual 
support, and I was courious about how you encoded your XML/data etc.   Is UTF-8 the 
most common and readily used form of encoding? and are there standard C/C++ libraries 
that are used to support it? or is another form of Unicode encoding more prevalent 
like UCS-2 / UCS-4 (UTF-16)?
While it is somewhat ineffecient (sometimes) UTF-8 seems to make sense in that it 
doesn't mess up old C-style string/data libraries, although it appears as if the 
variable length character would bring along enough problems with it as well.

I am just courious what others are running into and how they are dealing with it.

thank you
Kevin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to