[Mono-bugs] [Bug 52852][Nor] New - mono doesn't recognize aliases for ISO-8859-2 encoding

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 12:24:35 -0500 (EST)


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 tkaszuba@hotmail.com.

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

--- shadow/52852	2004-01-14 12:24:35.000000000 -0500
+++ shadow/52852.tmp.14849	2004-01-14 12:24:35.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 52852
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tkaszuba@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono doesn't recognize aliases for ISO-8859-2 encoding
+
+So far I've only tried iso-8859-2 but there's probably more. 
+
+In my web.config file I have the following defined in the globalization 
+section:
+
+ <globalization
+            requestEncoding="ISO-8859-2"
+            responseEncoding="ISO-8859-2"
+            fileEncoding="ISO-8859-2"
+            culture="pl-PL"/>
+
+This works fine. But when I try to enter: iso8859-2 or ISO8859-2 instead 
+of ISO-8859-2, I get an error that it can't find the encoding. This works 
+fine on MS 1.0. 
+
+I'm assuming that all the aliases for an encoding aren't defined in the 
+class libraries.