[Mono-bugs] [Bug 81136][Nor] Changed - resgen can't translate unicode escape sequences

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 18 11:16:52 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 gert.driesen at pandora.be.

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

--- shadow/81136	2007-03-14 22:42:12.000000000 -0500
+++ shadow/81136.tmp.21050	2007-04-18 11:16:52.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 81136
 Product: Mono: Tools
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: tools
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: erikrj at netradius.com               
 QAContact: mono-bugs at ximian.com
@@ -56,6 +56,12 @@
 
 ------- Additional Comments From slide.o.mix at gmail.com  2007-03-14 22:42 -------
 Note, my patch only works on 4 digit Unicode escapes (the standard for
 \u) it does NOT take into account octal (\0ddd) or 8 digit Unicode
 escapes (\Udddddddd) it would not be hard to take it further and parse
 those as well though.
+
+------- Additional Comments From gert.driesen at pandora.be  2007-04-18 11:16 -------
+This is now fixed in svn (revision 75877) for the 2.0 profile. To 
+match MS, unicode escapes are not supported on the 1.0 profile.
+
+Thanks for the patch.


More information about the mono-bugs mailing list