[Mono-bugs] [Bug 74872][Nor] Changed - System.Uri construction from
pre-escaped strings inconsistent
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 1 13:50:40 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74872
--- shadow/74872 2005-07-01 12:58:43.000000000 -0400
+++ shadow/74872.tmp.20306 2005-07-01 13:50:40.000000000 -0400
@@ -90,6 +90,12 @@
------- Additional Comments From dsd at gentoo.org 2005-07-01 12:58 -------
I should be getting write access today- please let me know if its ok
to commit the fix.
I'll also look at converting the test program into proper tests.
+
+------- Additional Comments From atsushi at ximian.com 2005-07-01 13:50 -------
+The patch works fine :-) but one thing am afraid is that it seems to
+create too many string objects for every HexUnescapeMultiByte() call.
+So it might be even better not to return string for one character but
+to return resulting char (adding one more ref or out argument).
More information about the mono-bugs
mailing list