Tag Archives: Unicode

Newbie guide to Unicode

I compiled a small list of things that any developer should know about Unicode.

Posted in i18n | Tagged , , | Leave a comment

Using msdev resource editor to create Unicode dialogs that will not display well

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.

Posted in Output, Programming, Readiness, Windows | Tagged , , | 1 Comment

Web content, code pages and UTF-8 Unicode encoding

If you want to minimize the number of bugs reported for your web application you should know that codepages are domain of the past. If you want to create multi-language web content all you have to remember is that you … Continue reading

Posted in Input, Readiness, Web | Tagged , , , , , , | 2 Comments

Unicode character sets for testing font coverage

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.

Posted in Output, Readiness | Tagged , | 3 Comments