[Mono-bugs] [Bug 52852][Nor] Changed - mono doesn't recognize aliases for ISO-8859-2 encoding
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 13:00:19 -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.15235 2004-01-14 13:00:19.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: tkaszuba@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,36 @@
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.
+
+------- Additional Comments From tkaszuba@hotmail.com 2004-01-14 13:00 -------
+From another point of view. This time trying with System.Text.:
+
+System.NotSupportedException: Encoding name `ISO8859-2' not supported
+in <0x00305> System.Text.Encoding:GetEncoding (string)
+in <0x00016> ICW.Util.Security:Decrypt (string)
+in <0x00047> ICW.Mail.Mail:GetUserFromToken (string)
+in <0x0002c> ICW.Presentation.Decryptor:Button1_Click
+(object,System.EventArgs)
+in <0x0005a> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+in <0x000a6> System.Web.UI.WebControls.Button:OnClick
+(System.EventArgs)
+in <0x0005c>
+System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.R
+aisePostBackEvent (string)
+in <0x00016> System.Web.UI.Page:RaisePostBackEvent
+(System.Web.UI.IPostBackEventHandler,string)
+in <0x00041> System.Web.UI.Page:RaisePostBackEvents ()
+in <0x002b6> System.Web.UI.Page:InternalProcessRequest ()
+in <0x0008f> System.Web.UI.Page:ProcessRequest
+(System.Web.HttpContext)
+in <0x00186> .ExecuteHandlerState:Execute ()
+in <0x0007d> .StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+
+