[Mono-bugs] [Bug 35138][Wis] Changed - Mono and unicode type names.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 23 Jul 2003 13:46:45 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35138
--- shadow/35138 Fri Dec 6 07:50:45 2002
+++ shadow/35138.tmp.21281 Wed Jul 23 13:46:45 2003
@@ -1,12 +1,12 @@
Bug#: 35138
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: CLOSED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: tum@veridicus.com
@@ -26,6 +26,11 @@
Can you actually provide a test case that would show the error?
Using strcmp() is fine, IMHO.
I even tryed writing an assembly with a iacute character in a method
and called it from another assembly. Later I disassemble the main
program, changed the iacute to 'i'+combining acute accent and the MS
runtime reports a missing method exception.
+
+------- Additional Comments From miguel@ximian.com 2003-07-23 13:46 -------
+Strings that come from the image file are stored in utf8 format, so
+strcmp can be used there; Mono uses utf8 encoding as well for those
+strings