[Mono-bugs] [Bug 26878][Wis] New - Encoding.GetEncoding(null); returns null
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Jun 2002 12:22:18 -0000
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 vberlin@inetsoftware.de.
http://bugzilla.ximian.com/show_bug.cgi?id=26878
--- shadow/26878 Mon Jun 24 08:22:18 2002
+++ shadow/26878.tmp.31636 Mon Jun 24 08:22:18 2002
@@ -0,0 +1,23 @@
+Bug#: 26878
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details: Windows 2000 Server
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: VBerlin@inetsoftware.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: Encoding.GetEncoding(null); returns null
+
+The line:
+Encoding.GetEncoding(charset);
+
+returns null. The MS framwork throws an Exception.
+
+I use the version from 20.Jun.