[Mono-bugs] [Bug 77328][Wis] Changed - ANSI character misinterpreted

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 23 11:30:07 EST 2006


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 atsushi at ximian.com.

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

--- shadow/77328	2006-01-23 11:00:20.000000000 -0500
+++ shadow/77328.tmp.23350	2006-01-23 11:30:07.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77328
 Product: Mono: Tools
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: XSP
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: gallarr at hotmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -38,6 +38,21 @@
 
 How often does this happen? 
 Always
 
 Additional Information:
 This is really not important
+
+------- Additional Comments From atsushi at ximian.com  2006-01-23 11:30 -------
+If you use non-native encoding for your platform (in GNOME 2.x
+environment the native encoding is always utf-8 regardless of your
+language/locale), you have to specify the encoding in e.g. Web.config:
+
+<configuration>
+  <system.web>
+    <globalization fileEncoding="iso-8859-1" ... />
+  ..
+  </system.web>
+</configuration>
+
+csc uses ANSI codepage, because it is the native encoding for Windows.
+Non-Windows platforms are different.


More information about the mono-bugs mailing list