[Mono-bugs] [Bug 75578][Wis] Changed - Server.HtmlDecode() fails
with french accents
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 21 06:56:29 EDT 2005
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 duncan at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75578
--- shadow/75578 2005-07-18 13:50:40.000000000 -0400
+++ shadow/75578.tmp.17319 2005-07-21 06:56:29.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75578
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Windos XP Pro
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: mono-bugs at ximian.com
ReportedBy: ms_michel at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -45,6 +45,10 @@
Server.HtmlDecode("èéêë") gives 5 characters
(there is a useless zero at the end).
In this case, it's ok when I remove last comma :
Server.HtmlDecode("èéêë") gives the "good" result
for a "bad" input.
+
+------- Additional Comments From duncan at ximian.com 2005-07-21 06:56 -------
+It would be very helpful if you could write this down as an NUnit test
+case.
More information about the mono-bugs
mailing list