How to change a Visual Studio project to compile as Unicode
How to change a Visual Studio project to compile as Unicode
Posted: Sunday, July 23rd, 2006 | Categories: C/C++, Internationalization, Windows
What string class/API is best for internationalization?
Posted: Saturday, April 15th, 2006 | Categories: C/C++, Internationalization
Obtaining pronunciation information from Kanji using the MS IME API
Posted: Tuesday, December 13th, 2005 | Categories: C/C++, Internationalization, Tools, Windows
The GetNumberFormat and GetCurrencyFormat Windows API accepts a pointer to a structure or NULL. But there is no API to fill the structures with the values matching a certain locale.
Posted: Thursday, July 7th, 2005 | Categories: C/C++, Internationalization, Windows
Explains why the ANSI-Unicode applications separation, and why the limitations of ANSI applications cannot be solved without moving to Unicode.
Posted: Friday, March 18th, 2005 | Categories: C/C++, Windows