[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 02:05:36 -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 juancri@tagnet.org.

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

--- shadow/73111	2005-02-28 16:14:54.000000000 -0500
+++ shadow/73111.tmp.27613	2005-03-02 02:05:36.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73111
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: NOTABUG
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juancri@tagnet.org               
 QAContact: mono-bugs@ximian.com
@@ -34,6 +34,19 @@
 
 Ie, either save your files as UTF8 or you need to tell the system
 which encoding you're using.
 
 Try it and if it fails, reopen the bug.
 
+
+------- Additional Comments From juancri@tagnet.org  2005-03-02 02:05 -------
+Web.config:
+    <globalization
+            requestEncoding="utf-8"
+            responseEncoding="utf-8"
+   />
+
+
+machine.config:
+               <globalization  requestEncoding="utf-8"
+                                responseEncoding="utf-8"
+                                fileEncoding="utf-8"/>