[Mono-bugs] [Bug 78758][Wis] New - 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 05:15:21 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:21.000000000 -0400
+++ shadow/78758.tmp.20191	2006-07-04 05:15:21.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 78758
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: kornelpal at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Encodings in I18N assemblies should be able to be deserialized by MS.NET
+
+The following proxy classes in [mscorlib.dll]System.Text should be used 
+to serialize classes in I18N assemblies:
+
+Profile 1.x:
+Single-byte encodings: CodePageEncoding
+Single-byte encoders: Encoding.DefaultEncoder
+Single-byte decoders: CodePageEncoding.Decoder
+Multi-byte encodings: MLangCodePageEncoding
+Multi-byte encoders: MLangCodePageEncoding.Encoder
+Multi-byte decoders: MLangCodePageEncoding.Decoder
+GB18030 encoding: GB18030Encoding
+GB18030 encoder: SurrogateEncoder
+GB18030 decoder: GB18030Encoding.Decoder
+
+Profile 2.0:
+Single-byte encodings: CodePageEncoding
+Single-byte encoders: Encoding.DefaultEncoder
+Single-byte decoders: Encoding.DefaultDecoder
+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


More information about the mono-bugs mailing list