[Mono-bugs] [Bug 65480][Min] Changed - mcs is incorrectly processing literal strings containing accented letters in UTF-8 sources
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 03:54:28 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65480
--- shadow/65480 2004-11-25 20:24:37.000000000 -0500
+++ shadow/65480.tmp.7143 2004-11-30 03:54:28.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 65480
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: RH9
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Minor
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: rafaelteixeirabr@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -266,6 +266,18 @@
The question is whether there is a way of specifying the encoding
in the .aspx file, and in that case, pass the proper charset to
the compiler.
Gonzalo?
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-30 03:54 -------
+The answer to my question: "Does your file have the UTF8 BOF marker?
+If not, you should try -codepage:utf8" was "Yes using this option it
+worked.", so the problem was related to the file encoding.
+
+Another option is to use:
+<configuration><system.web><globalization fileEncoding="blah" />...
+
+and modify the default, which is utf-8.
+
+