[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
Thu, 25 Nov 2004 20:24:37 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65480
--- shadow/65480 2004-09-07 17:42:56.000000000 -0400
+++ shadow/65480.tmp.7226 2004-11-25 20:24:37.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 65480
-Product: Mono: Compilers
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: RH9
-Status: REOPENED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
-Component: C#
-AssignedTo: mono-bugs@ximian.com
+Component: Sys.Web
+AssignedTo: gonzalo@ximian.com
ReportedBy: rafaelteixeirabr@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs is incorrectly processing literal strings containing accented letters in UTF-8 sources
@@ -252,6 +252,20 @@
end namespace
------- Additional Comments From rafaelteixeirabr@hotmail.com 2004-09-07 17:42 -------
See the August 20, 2004 entry on this blog: http://codefeed.com/blog/
for the autosensing of encodings in .NET
+
+------- Additional Comments From miguel@ximian.com 2004-11-25 20:24 -------
+MCS did not change, mcs has always used latin-1 for its encodings,
+you probably upgraded your distribution, which changed the
+setting for LANG.
+
+MCS also will do automatic detection if you prefix the file with the
+proper file signatures (like Windows does).
+
+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?