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=81150

--- shadow/81150        2007-03-15 12:27:06.000000000 -0500
+++ shadow/81150.tmp.28518      2007-03-24 15:37:14.000000000 -0500
@@ -76,6 +76,17 @@
        LC_ALL = (unset),
        LANG = "ko"
     are supported and installed on your system.
 perl: warning: Falling back to the standard locale ("C").
 [2007? 3? 16?]
 $
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-03-24 15:37 -------
+Found it.  It was because of the collation difference between C and C#.
+
+In culture_name_entries array in mono/metadata/culture-info-table.h
+(sorted by names), "ko-KR" entry is AFTER "kok" and "kok-IN".
+
+... "ko" - "kok" - "kok-IN" - "ko-KR" ...
+
+Is '-' greater than 'k' in C#?
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to