[Mono-bugs] [Bug 26878][Wis] Changed - Encoding.GetEncoding(null); returns null
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Jun 2002 22:43:39 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26878
--- shadow/26878 Mon Jun 24 08:22:18 2002
+++ shadow/26878.tmp.29320 Wed Jun 26 18:43:38 2002
@@ -1,14 +1,14 @@
Bug#: 26878
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows 2000 Server
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: VBerlin@inetsoftware.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -18,6 +18,11 @@
The line:
Encoding.GetEncoding(charset);
returns null. The MS framwork throws an Exception.
I use the version from 20.Jun.
+
+------- Additional Comments From gonzalo@ximian.com 2002-06-26 18:43 -------
+Encoding.GetEncoding is a MonoTODO.
+
+Anyone?