[Mono-bugs] [Bug 73086][Nor] Changed - The UTF-8 decoding problems

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Mar 2005 05:39:49 -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 svetlanaz@mainsoft.com.

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

--- shadow/73086	2005-03-03 17:49:03.000000000 -0500
+++ shadow/73086.tmp.5850	2005-03-06 05:39:49.000000000 -0500
@@ -79,6 +79,14 @@
 ------- Additional Comments From gonzalo@ximian.com  2005-03-03 17:49 -------
 The patch I attached is the same as yours but without removing the 5
 and 6 bits cases from those 2 'switch'.
 
 The test works. Any reason to remove those cases or do i commit the
 patch i attached?
+
+------- Additional Comments From svetlanaz@mainsoft.com  2005-03-06 05:39 -------
+Hi,
+I don't see the reason to handle 5 and 6 bytes decoding if the 
+encoder does not encodes such cases (the UTF-8 encoder implementation 
+can encode only up to 4 bytes per character). But it is not disturb 
+me and you can commit the patch.
+Thanks.