[Mono-bugs] [Bug 81150][Nor] Changed - DateTime does not work correctly for Korean locale
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 24 16:37:14 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 cwryu at debian.org.
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 cwryu at debian.org 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#?
+
More information about the mono-bugs
mailing list