[Mono-bugs] [Bug 77110][Nor] New - bug in x-mac-icelandic encoding

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 28 09:40:37 EST 2005


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 bruno at clisp.org.

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

--- shadow/77110	2005-12-28 09:40:37.000000000 -0500
+++ shadow/77110.tmp.1378	2005-12-28 09:40:37.000000000 -0500
@@ -0,0 +1,59 @@
+Bug#: 77110
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: bruno at clisp.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: bug in x-mac-icelandic encoding
+
+Please fill in this template when reporting a bug, unless you know what you are doing. 
+Description of Problem: 
+ 
+The x-mac-icelandic encoding converter throws exceptions where it shouldn't. 
+ 
+Steps to reproduce the problem: 
+1. mcs monobug.cs 
+2. mono monobug.exe 
+ 
+Actual Results: 
+ 
+ 
+System.Exception: Not expected character 0080 
+in <0x00660> I18N.West.CP10079:ToBytes (System.Char* chars, Int32 charCount, 
+System.Byte* bytes, Int32 byteCount) 
+in <0x00054> I18N.Common.ByteEncoding:GetBytesImpl (System.Char* chars, Int32 
+charCount, System.Byte* bytes, Int32 byteCount) 
+in <0x0015c> I18N.Common.MonoEncoding:GetBytes (System.Char[] chars, Int32 
+charIndex, Int32 charCount, System.Byte[] bytes, Int32 byteIndex) 
+in <0x000a0> System.Text.Encoding:GetBytes (System.Char[] chars) 
+in <0x000b0> monobug:Main (System.String[] args) 
+in <0x00660> I18N.West.CP10079:ToBytes (System.Char* chars, Int32 charCount, 
+System.Byte* bytes, Int32 byteCount) 
+in <0x00054> I18N.Common.ByteEncoding:GetBytesImpl (System.Char* chars, Int32 
+charCount, System.Byte* bytes, Int32 byteCount) 
+in <0x0015c> I18N.Common.MonoEncoding:GetBytes (System.Char[] chars, Int32 
+charIndex, Int32 charCount, System.Byte[] bytes, Int32 byteIndex) 
+in <0x000a0> System.Text.Encoding:GetBytes (System.Char[] chars) 
+in <0x000b0> monobug:Main (System.String[] args) 
+ 
+Expected Results: 
+ 
+No exception. 
+ 
+How often does this happen?  
+ 
+Reproducible. 
+ 
+Additional Information: 
+ 
+Code see attachment.


More information about the mono-bugs mailing list