This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/645] localedef does not respect rule definitions in LC_COLLATE


------- Additional Comments From barbier at linuxfr dot org  2005-12-30 08:53 -------
With unmodified sources:
  $ LC_ALL=en_US.UTF-8 locale collate-rulesets | od -tc
  0000000 001 001 001 005  \n

This demonstrates that only one ruleset is taken into account
whereas en_US definition contains the following rulesets:
  forward;backward;forward;forward,position
  forward;forward;forward;forward,position
  backward;backward;backward;forward,position

After applying the last ld-collate.patch:
  $ LC_ALL=en_US.UTF-8 locale collate-rulesets | od -tc
  0000000 001 002 001 005 001 001 001 005 002 002 002 005  \n
All rulesets are then considered.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=645

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]