[Mono-bugs] [Bug 73111][Maj] Changed - Default encoding seems to be ASCII
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 03:49:08 -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=73111
--- shadow/73111 2005-03-02 02:05:36.000000000 -0500
+++ shadow/73111.tmp.28597 2005-03-02 03:49:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73111
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: juancri@tagnet.org
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,12 @@
machine.config:
<globalization requestEncoding="utf-8"
responseEncoding="utf-8"
fileEncoding="utf-8"/>
+
+------- Additional Comments From gonzalo@ximian.com 2005-03-02 03:49 -------
+Yes. That's the default.
+
+That does not mean that your .aspx files are saved as UTF8 files. If
+their encoding is latin1 you'll have problems.