Basic Unicode readiness testing for your application
Unicode is a very complex thing that is always evolving but this doesn’t mean that you shouldn’t do some basic testing in order to uncover hidden bugs. (more…)
Unicode is a very complex thing that is always evolving but this doesn’t mean that you shouldn’t do some basic testing in order to uncover hidden bugs. (more…)
On Windows console and Unicode are not quite friends. Here is some code that I use in order to assure that my Python scripts output is consistent on all platforms and is supporting Unicode encoded as UTF-8. (more…)
I was surprised to discover that creating Unicode UI elements in the resource editor of Microsoft Visual Studio 2008 (SP1) does work, BUT when you compile your application they will fail to display well. (more…)
Testing Unicode coverage for fonts is always a problem and I decided to create a simple set of character sets for testing the coverage. I’ve splitted them by language groups based on regions. Using these strings should be quite easy. (more…)