[Mono-bugs] [Bug 76139][Nor] New - ISO-2022-JP throwing NotSupportedException in Mono 1.1.9

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Sep 18 00:19:14 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 zloygod at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76139

--- shadow/76139	2005-09-18 00:19:14.000000000 -0400
+++ shadow/76139.tmp.13111	2005-09-18 00:19:14.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 76139
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: zloygod at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ISO-2022-JP throwing NotSupportedException in Mono 1.1.9
+
+Description of Problem:
+ISO-2022-JP encoding not available in 1.1.9 version of Mono.
+Its not appeared in array from
+System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes.AllCultures)
+and throwing NotSupportedException if you want to do
+Encoding.GetEncoding(50220) or 50221 or 50222 (its iso2022jp).
+
+Steps to reproduce the problem:
+1. System.Text.Encoding enc = Encoding.GetEncoding(50220) /* or 50221, 50222 */
+
+Actual Results:
+System.NotSupportedException: CodePage 50222 not supported
+in <0x0020c> System.Text.Encoding:GetEncoding (Int32 codePage)
+
+Expected Results:
+ISO-2022-JP encoding should be supported in 1.1.9 version of Mono.
+
+How often does this happen? 
+Always.
+
+Build Date & Platform:
+18.09.2005 on Linux Gentoo


More information about the mono-bugs mailing list