[Mono-bugs] [Bug 72202][Nor] Changed - Default encoding for web services

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 20:55:58 -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=72202

--- shadow/72202	2005-02-03 20:27:59.000000000 -0500
+++ shadow/72202.tmp.22884	2005-02-03 20:55:58.000000000 -0500
@@ -29,6 +29,14 @@
 		return "Hello World";
 	}
 }
 
 This issue causes incomplete information returning non-ascii characters. 
 eg: ñ á é í
+
+------- Additional Comments From juancri@tagnet.org  2005-02-03 20:55 -------
+for some reason, my default encoding seems to be US-ASCII
+
+Console.WriteLine (System.Text.Encoding.Default.EncodingName);
+
+output:
+US-ASCII