public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/664] New: rewrite of LC_COLLATE of Spanish (es_ES) locale to make it simpler
@ 2005-01-14 15:08 pablo at mandrakesoft dot com
  2005-01-14 15:09 ` [Bug localedata/664] " pablo at mandrakesoft dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pablo at mandrakesoft dot com @ 2005-01-14 15:08 UTC (permalink / raw)
  To: glibc-bugs

the LC_COLLATE definition of the es_ES locale defined collating rules
for all and every character; making it very long and hard to grasp,
despite most of them are supposed to behave the same as in the
default "i18n" LC_COLLATE model.

I rewrote it to use the new glibc reordering possibilities
so that the LC_COLLATE simply includes "i18n" and only
redefines the collating of the only character that behaves
differently, the ntilde.

It doesn't change behaviour, it's just cosmetic;
however, by removing common things and including them
automatically, the es_ES locale will benefit of 
corrections/additions done in the collating definitions
in other areas (eg, if some fix is done in "i18n" file
for cyrillic collating, then es_ES will benefit from
it automatically).

The LC_COLLATE definition is now as short as:

LC_COLLATE
copy "iso14651_t1"
collating-symbol  <ntilde>
reorder-after <n>
<ntilde>
reorder-after <U006E>
<U00F1> <ntilde>;<TIL>;<MIN>;IGNORE
reorder-after <U004E>
<U00D1> <ntilde>;<TIL>;<CAP>;IGNORE
reorder-end
END LC_COLLATE

while previously it was more than 2,050 lines long.

-- 
           Summary: rewrite of LC_COLLATE of Spanish (es_ES) locale to make
                    it simpler
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: localedata
        AssignedTo: pere at hungry dot com
        ReportedBy: pablo at mandrakesoft dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=664

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-04-25 22:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050114150834.664.pablo@mandriva.com>
2006-04-25 22:55 ` [Bug localedata/664] rewrite of LC_COLLATE of Spanish (es_ES) locale to make it simpler drepper at redhat dot com
2005-01-14 15:08 [Bug localedata/664] New: " pablo at mandrakesoft dot com
2005-01-14 15:09 ` [Bug localedata/664] " pablo at mandrakesoft dot com
2005-01-14 15:10 ` pablo at mandrakesoft dot com
2005-01-14 19:41 ` barbier at linuxfr dot org
2005-01-14 21:39 ` pablo at mandrakesoft dot com
2005-01-16  8:29 ` barbier at linuxfr dot org
2005-09-24 18:47 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).