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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
