Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 1.2.0
-
Fix Version/s: 5.0
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
Resolved In Build:tiger
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
Name: bb33257 Date: 06/22/99
The LocaleElements_is collation rules contain the text
"+ "& Z < \00fe, \u00de < \u00e6, \u00c6" // nt : z < thron < æ"
Which sort "\u0000"+'f'+'e' after 'Z' - it's missing a 'u' after
the slash. It should read
"+ "& Z < \u00fe, \u00de < \u00e6, \u00c6" // nt : z < thron < æ"
(Review ID: 84694)
======================================================================