[Mono-bugs] [Bug 81136][Cri] New - resgen can't translate unicode escape sequences
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 14 03:39:15 EDT 2007
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 erikrj at netradius.com.
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: mono-bugs at ximian.com
+ReportedBy: erikrj at netradius.com
+QAContact: mono-bugs at ximian.com
+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:
More information about the mono-bugs
mailing list