[Mono-bugs] [Bug 78758][Wis] Changed - Encodings in I18N assemblies should be able to be deserialized by MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 4 06:33:04 EDT 2006
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 kornelpal at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78758
--- shadow/78758 2006-07-04 05:15:46.000000000 -0400
+++ shadow/78758.tmp.21738 2006-07-04 06:33:04.000000000 -0400
@@ -38,6 +38,19 @@
Multi-byte encodings: MLangCodePageEncoding
Multi-byte encoders: Encoding.DefaultEncoder
Multi-byte decoders: Encoding.DefaultDecoder
GB18030 encoding: GB18030Encoding
GB18030 encoder: Encoding.DefaultEncoder
GB18030 decoder: GB18030Encoding.Decoder
+
+------- Additional Comments From kornelpal at gmail.com 2006-07-04 06:33 -------
+I reallized that only the following Japanese code pages are
+serialized using MLangCodePageEncoding all the multi-byte code pages
+(except GB18030) use CodePageEncoding:
+
+51932 (CP51932)
+50220, 50221, 50222 (ISO2022JPEncoding)
+50225, 52936 (not implemented by Mono)
+
+In addition MLangCodePageEncoding.Encoder and
+MLangCodePageEncoding.Decoder are not serializable altough MS.NET
+2.0 can deserialize them.
More information about the mono-bugs
mailing list