[Mono-bugs] [Bug 53843][Cri] New - source file encoding problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Feb 2004 21:54:17 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by shiziye@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53843

--- shadow/53843	2004-02-03 21:54:17.000000000 -0500
+++ shadow/53843.tmp.5195	2004-02-03 21:54:17.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 53843
+Product: Mono/Compilers
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: shiziye@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: source file encoding problem
+
+I am a chinese, and encoding of my source file is gb2312.
+I install redhat 9.0 with this encoding. If I type 'locale' in Console, it
+will show Lang="GB2312". 
+I think C# compiler should consider the default encoding of the eviroment.
+But it's not. It can not compile the source file encoding in gb2312 correctly.
+Although, I can compile my source file with microsoft csc. I still want to
+compile it with Mono mcs for ease.