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