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 localedata/672] Include iso14651_t1 in collation rules


------- Additional Comments From barbier at linuxfr dot org  2005-10-26 22:08 -------
> How did you verify nothing changed?

I used the attached files to check differences:
  * tst-show-table-sorted.c contains 2 loops to print 2 characters per
    line, and sort them according to the current locale.  Only
    non-ignorable and alphanumeric characters are taken into account.
  * test-collate.sh
    + applies collate-iso.patch
    + modifies iso14651_t1 so that include "iso14651_t1" gives the same
      ruleset as in original locale files (this is a workaround for BZ645)
    + compiles original and patched locales
    + runs tst-show-table-sorted with these locales
    + compares output

The only differences are with 
   <U00AA>: FEMININE ORDINAL INDICATOR
   <U00BA>: MASCULINE ORDINAL INDICATOR
   <U00DF>: LATIN SMALL LETTER SHARP S
Some locales have also differences with respect to
   <U00D0>: LATIN CAPITAL LETTER ETH
   <U00F0>: LATIN SMALL LETTER ETH
   <U00DE>: LATIN CAPITAL LETTER THORN
   <U00FE>: LATIN SMALL LETTER THORN
but in such cases, these characters are not commonly used for this locale.
See the end of test-collate.sh for exhaustive results.


-- 


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

------- 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]