Can't compile under WinXP with default language=Chinese(PRC)
Brought to you by:
set
"classes/codepage.cc", "classes/tvtext1.cc",
and "classes/wingr/wingrkey.cc" contain non-standard
ASCII characters, which can cause compile errors when
using some DBCS/MBCS languages under Win32.
Using escape sequences to avoid this problem.
Logged In: YES
user_id=3906
This isnt a bug. The code is encoded in 8 bits, no UTF-8,
no Unicode nor BIG-5.
For this reason I consider it an addition and not a correction.
Please explain what exactly is needed.
IMHO doing it is a huge drawback because I cant *see* if
the tables are properly constructed looking at escape sequences.
Are escape sequences needed for all? Which is the encoding
you are using?
Also look for a command line option to instruct the compiler
to process the files as ISO-8859-1 encoded.