A small tool that goes though C/C++ files and changes them to (almost) compile as Unicode.
A small tool that goes though C/C++ files and changes them to (almost) compile as Unicode.
Posted: Wednesday, December 19th, 2007 | Categories: C/C++, Tools, Windows
This is a small tool to change Windows taskbar settings from command line (hide/show, set the “keep on top” option, etc.)
Posted: Sunday, September 9th, 2007 | Categories: C/C++, Tools, Windows
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
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
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