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

Reply via email to