Which LANGID asks for unicode? |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 05 October 2010 at 4:59pm |
There are hundreds of LCID/LANGID supported in Windows. I'v dug through all APIs now, and I can't find a way to determine if a specific LCID/LANGID requires unicode for perfect result. For instance, Chinese requires unicode. Which API can tell me this?
|
|
PokerMemento - http://www.pokermemento.com/
|
|
rdhd
Senior Member Joined: 13 August 2007 Location: United States Status: Offline Points: 891 |
Post Options
Thanks(0)
|
I don't know of a Windows API. We moved our entire product to Unicode (c++ project) a few years ago. For cases where we still get UTF8 data (via web service calls, for example), we convert UTF8 to unicode (and back to UTF8 when sending data to a web service).
We support a fairly good set of languages. Japanese, Chinese (both traditional and simplified), Arabic, Russian ... Almost all languages are supported in Unicode. Also I think .NET is purely unicode so that would lead me to think moving to unicode is the way to go. Except for the occasional individual character issue we have done OK with the move. And such issues are usually problems in the OS that Microsoft needs to address. I don't think we've seen one of those in quite a while. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |