[Mono-bugs] [Bug 72654][Nor] Changed - UTF-8 Encoding specified in web.config doesnt work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 20:21:10 -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=72654
--- shadow/72654 2005-02-17 06:48:21.000000000 -0500
+++ shadow/72654.tmp.22268 2005-02-23 20:21:09.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72654
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: topace@lightbox.org
QAContact: mono-bugs@ximian.com
@@ -93,6 +93,11 @@
------- Additional Comments From vargaz@gmail.com 2005-02-16 17:16 -------
-> System.Web
------- Additional Comments From vargaz@gmail.com 2005-02-16 17:16 -------
-> System.Web
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-23 20:21 -------
+You have to specify fileEncoding to tell the system the format of your
+files (unless you use UTF8 with BOF mark). Another option is to use
+CodePage in the @Page directive.