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=81136 --- shadow/81136 2007-03-14 02:39:15.000000000 -0500 +++ shadow/81136.tmp.13846 2007-03-14 02:39:15.000000000 -0500 @@ -0,0 +1,48 @@ +Bug#: 81136 +Product: Mono: Tools +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: 040 One week +Priority: Critical +Component: tools +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: resgen can't translate unicode escape sequences + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +The resgen utility chokes on strings like + +ProbableCause = M\u00F6gliche Ursache: + +Error: Unsupported escape character in value of key 'ProbableCause'. + +The resgen utility from the pnet tool and from Microsoft can handle the +text with the unicode escape sequences. + +Steps to reproduce the problem: +1. Create a text file with valid unicode escape sequences +2. Run resgen on the text file + +Actual Results: + +Error: Unsupported escape character in value of key 'ProbableCause'. + +Expected Results: + +Text is properly converted. + +How often does this happen? + +Every time a unicode escape sequence is present. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
