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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
