Re: Special Encoding
"Steven R. Loomis" <[email protected]>
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <[email protected]> |
I don't quite understand what's going on here, but let me see if I can ask some things... What is GetLocalisedString(), what is the encoding of the std::string it returns? the ICU Locale::setDefault() does not affect non-ICU services. Rather than changing the default locale, I would recommend that you maintain a Locale parameter as a variable, and change/use that rather than changing the default. Other than the use of uloc_setDefault() it seems like your questions have more to do with Xerces than ICU. What do you mean by 'not good encoded chinese strings' at the end? If all of the data is to be UTF-8, why is there a question with the encoding? Regards, Steven On Friday, September 5, 2003, at 01:41 PM, Sinha, Vineesh wrote: > Hi, > > I'm struggling to get the right encoding for the localized text. ...