[Mono-bugs] [Bug 77328][Wis] New - ANSI character misinterpreted

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 23 11:00:20 EST 2006


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 gallarr at hotmail.com.

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

--- shadow/77328	2006-01-23 11:00:20.000000000 -0500
+++ shadow/77328.tmp.22910	2006-01-23 11:00:20.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 77328
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: gallarr at hotmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ANSI character misinterpreted
+
+Description of Problem:
+When parsing certain non-standard characters XSP (v1.1.13) will say
+"Malformed UTF-8 character (unexpected end of string) at -e line 1, <> line
+216."
+The characters I'm using are not English, but they are Latin (they work
+perfectly with vstudio 2003); They are certain accented letters,
+specifically, here's the line that causes the problem
+new char[] {'U', 'Ù', 'Ú', 'Û', 'Ü', 'ù', 'ú', 'û', 'ü'},
+The line is Windows ANSI, not unicode
+
+Steps to reproduce the problem:
+1. Have this line in any source file and compile
+new char[] {'U', 'Ù', 'Ú', 'Û', 'Ü', 'ù', 'ú', 'û', 'ü'},
+
+Actual Results:
+Warning in compiling
+
+Expected Results:
+No warnings
+
+How often does this happen? 
+Always
+
+Additional Information:
+This is really not important


More information about the mono-bugs mailing list