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
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
How to change a Visual Studio project to compile as Unicode
Posted: Sunday, July 23rd, 2006 | Categories: C/C++, Internationalization, Windows
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