[Mono-bugs] [Bug 29841][Nor] New - Missing internal calls in DefaultEncoding

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Sep 2002 22:01:05 -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=29841

--- shadow/29841	Tue Sep  3 18:01:05 2002
+++ shadow/29841.tmp.30322	Tue Sep  3 18:01:05 2002
@@ -0,0 +1,41 @@
+Bug#: 29841
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Missing internal calls in DefaultEncoding
+
+Description of Problem:
+There a a bunch of missing internal calls in System.Text.DefaultEncoding.
+
+Steps to reproduce the problem:
+1. Compile and run this simple program:
+using System.Text;
+
+class C
+{
+	static void Main ()
+	{
+		Encoding e = Encoding.Default;
+	}
+}
+
+Actual Results:
+(tons of "not in synch" warnings)
+
+Expected Results:
+(nothing)
+
+Additional information:
+This makes current server in xsp unusable.