This is a small tool that started as a private investigation into the functionality of some Windows API, to grow into a “CharMap” with some extras.
This is a small tool that started as a private investigation into the functionality of some Windows API, to grow into a “CharMap” with some extras.
Posted: Saturday, September 8th, 2007 | Categories: C/C++, Internationalization, Tools, Windows
You can find many articles on how to build a localized application, how to deal with resizing, you name it. But I could not find any clear documentation on exactly what are the parts that you should translate. So, here it is!
Posted: Thursday, May 3rd, 2007 | Categories: Localization, Windows
On some of the localized Windows version the names of the Administator uses and the Administrators group is translated. How to test in a locale-independent way if a user is Administrator?
Posted: Friday, April 13th, 2007 | Categories: C/C++, Internationalization, Windows
Dealing with the most common character corruption problems in DBCS localization
Posted: Saturday, August 12th, 2006 | Categories: C/C++, Internationalization, Windows
Tring to help you “grok” terms like character set, charset, coded character set, code page, encoding
Posted: Sunday, August 6th, 2006 | Categories: Internationalization, Terminology
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
Is there such a thing? Suspense, controversy, and a surprising conclusion, in today’s episode.
Posted: Thursday, March 16th, 2006 | Categories: Terminology, Windows
Obtaining pronunciation information from Kanji using the MS IME API
Posted: Tuesday, December 13th, 2005 | Categories: C/C++, Internationalization, Tools, Windows
Problems with Unicode in .RC files produced by the Visual Studio 2005 Resource Editor
Posted: Sunday, October 30th, 2005 | Categories: Localization, Windows