[Mono-bugs] [Bug 75679][Nor] Changed - sometimes SeekableStreamReader translates buffers into incorrect chars

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 1 05:12:44 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=75679

--- shadow/75679	2005-08-01 05:11:52.000000000 -0400
+++ shadow/75679.tmp.3220	2005-08-01 05:12:44.000000000 -0400
@@ -43,6 +43,11 @@
 attached "patch" for support.cs, the problem goes away.
 
 One thing that came up to my mind is that Encoding (Encoder) class often
 stores incomplete bytes in themselves. In that case, when we seek the
 stream back and try to convert bytes to chars, the incomplete bytes could
 harm translation. (SeekableStreamReader would not be a good idea?)
+
+------- Additional Comments From atsushi at ximian.com  2005-08-01 05:12 -------
+Created an attachment (id=15516)
+the "patch" that makes things work.
+


More information about the mono-bugs mailing list