[Mono-bugs] [Bug 73111][Maj] Changed - Default encoding seems to be ASCII
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 16:14:54 -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-02-28 07:15:48.000000000 -0500
+++ shadow/73111.tmp.19242 2005-02-28 16:14:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73111
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: juancri@tagnet.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,19 @@
Services and was fixed in bug #72202.
On Windows (.NET), those characters are translated into HTML entities.
For example:
"Félix" is written fine on MS.NET. On Mono, you can see "F?lix".
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-28 16:14 -------
+The difference here is that you have to specify input file encodings.
+By default, asp.net classes in mono will assume that it's UTF-8, but
+you can change that in you web.config file (see 'fileEncoding' in
+machine.config). Another way of telling the encoding of a certain page
+is to use the CodePage attribute.
+
+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.
+