nqsa / nebula3

Automatically exported from code.google.com/p/nebula3
0 stars 1 forks source link

warning C4819 (code page problems of non-unicode source files) #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In my case, I use Korean Windows whose code page for MBCS is 949.
2. just type on cmd shell: 'msbuild compile.msbuild'
3. I got many C4819 warning and other errors.

What is the expected output? What do you see instead?

no compile error expected :)

What version of the product are you using? On what operating system?

Windows Vista Ultimate x64 Korean Ed, Visual Studio 2005 SP1

Please provide any additional information below.

Please do not use any special characters
which is not compatible with ANSI or 7bit charset.

Original issue reported on code.google.com by shk...@gmail.com on 11 Aug 2008 at 6:34

GoogleCodeExporter commented 9 years ago
in /bin/makesInWin32.tcl
turn "WarnAsError" off
then, update.tcl again..

Original comment by amug...@gmail.com on 15 Aug 2008 at 6:49

GoogleCodeExporter commented 9 years ago
I still got an error from /code/tests/testfoundation/binaryreaderwritertest.cc.

Original comment by shk...@gmail.com on 16 Aug 2008 at 8:06

GoogleCodeExporter commented 9 years ago
some characters are displaying as "'?", you can change them to "'?'"

Original comment by xoyoj...@gmail.com on 20 Aug 2008 at 11:35