- Home /
Question by
Ryuuguu · Feb 04, 2014 at 01:08 AM ·
windowscompile-errorunicode
How do I compile c# file with unicode comments on Windows.
I have c# source that has Japanese unicode comments and string literal. It compiles fine on OS X but fails on Windows. The problem is that windows interprets some character as newlines. This make lots of syntax error. Is there some compiler switch that be set to get the compiler on windows to parse unicode correctly?
Cheers
Comment
Your answer