Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

How Come My "ț" (or Another Character) Doesn't Work in Code Page XXX?

First of all, as I always suggest, Use Unicode when practical :) Then you don't run into these kinds of problems. The "thing" to remember about code pages in general is that they were an early way to get characters to display in a readable way on CRT

Where to Look Up Information About Microsoft Code Pages?

First of all, remember to Use Unicode when practical :) Sometimes older applications don't allow Unicode, although they usually then don't allow Microsoft code pages as well (usually being ASCII or Latin-1, which are different). But when you do have a
 
Page view tracker