[Mono-bugs] [Bug 35138][Wis] Changed - Mono and unicode type names.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Dec 2002 12:50:45 -0000


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 lupus@ximian.com.

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

--- shadow/35138	Thu Dec  5 10:05:21 2002
+++ shadow/35138.tmp.31786	Fri Dec  6 07:50:45 2002
@@ -1,14 +1,14 @@
 Bug#: 35138
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,14 @@
 
 Description of Problem:
 
 I've noticed the metadata code for mono uses strcmp to compare type 
 names.  This could potentially be a big problem since the CLR is supposed 
 to support unicode typenames.
+
+------- Additional Comments From lupus@ximian.com  2002-12-06 07:50 -------
+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.