[Mono-bugs] [Bug 73111][Maj] New - Default encoding seems to be ASCII

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 07:15:48 -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 07:15:48.000000000 -0500
+++ shadow/73111.tmp.13203	2005-02-28 07:15:48.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 73111
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: juancri@tagnet.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Default encoding seems to be ASCII
+
+If a ASP.NET webform has non-ascii characters, the response to the client 
+send those characters as question "?" char. This happened also on the Web 
+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".