i know some locale's (e.g. Far East locales) have multi-byte character sets, where it takes multiple bytes to represent a character.
i'd like to test my (ANSI) software's ability to cope with multi-byte characters.
Except that i live in north america, where my Windows code-page is set to Windows-1252
.
Is it possible to construct a multi-byte character in my local Windows-1252 locale?