[Mono-bugs] [Bug 77714][Wis] Changed - HttpPostedFile.Filename encoding

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 6 04:31:16 EST 2006


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 vavra at software602.cz.

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

--- shadow/77714	2006-03-06 04:26:46.000000000 -0500
+++ shadow/77714.tmp.13763	2006-03-06 04:31:16.000000000 -0500
@@ -45,6 +45,14 @@
 destBytes.Length)];
 Encoding.Unicode.GetChars(destBytes, 0, destBytes.Length, destChars, 0);
 string destString = new string(destChars);
 	     
 return destString;
 }
+
+------- Additional Comments From vavra at software602.cz  2006-03-06 04:31 -------
+The versions are:
+xsp : svn revision: 57604
+mod_mono: svn rev. 57604
+mono : 57146
+mcs : 57145
+Linux: Redhat 9.0, kernel: 2.4.20-8, gcc: 3.2.2


More information about the mono-bugs mailing list