utf-8?
Walter Bright
newshound1 at digitalmars.com
Tue Mar 17 11:13:12 PDT 2009
Steve Teale wrote:
> Also, if I'm using the Windows version of
> the compiler, shouldn't it be smart enough to convert the Windows
> character set to UTF-8?
The huge problem with code pages is, given a file with some text in it,
there is NO CLUE what code page the file's text encoding is in. Just
because dmd is running on Windows is not any reason at all that the
character set of the file must be the Windows character set.
I ran into this problem all the time with C code.
More information about the Digitalmars-d
mailing list