mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
* locale/programs/ld-collate.c (collate_finish): Compare all bytes
of section order.
This commit is contained in:
parent
0225b58a21
commit
56ebeb41e0
@ -1,5 +1,8 @@
|
||||
2007-09-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/ld-collate.c (collate_finish): Compare all bytes
|
||||
of section order.
|
||||
|
||||
* po/pt_BR.po: Fix typo.
|
||||
|
||||
2007-09-29 Ulrich Drepper <drepper@redhat.com>
|
||||
|
@ -3,10 +3,12 @@
|
||||
* locales/lo_LA: Add missing collating element o-e.
|
||||
|
||||
* locales/is_IS: Cleanup. Remove invalid collation entries.
|
||||
* locales/lv_LV: Likewise.
|
||||
|
||||
* locales/fa_IR: Add missing collating element Alef-Hamza.
|
||||
|
||||
* locales/da_DK: Add missing collating symbol ETH.
|
||||
* locales/nb_NO: Likewise.
|
||||
|
||||
* locales/sa_IN: New file.
|
||||
* SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
|
||||
|
@ -66,6 +66,7 @@ collating-symbol <MIN-CAP>
|
||||
collating-symbol <ae>
|
||||
collating-symbol <o-stroke>
|
||||
collating-symbol <a-ring>
|
||||
collating-symbol <ETH>
|
||||
|
||||
reorder-after <RES-1>
|
||||
<CAP>
|
||||
|
@ -919,7 +919,6 @@ order_start forward;backward/
|
||||
<UE00D> IGNORE;IGNORE;IGNORE;<UE00D>
|
||||
<UE00E> IGNORE;IGNORE;IGNORE;<UE00E>
|
||||
<UE00F> IGNORE;IGNORE;IGNORE;<UE00F>
|
||||
<"=> IGNORE;IGNORE;IGNORE;<"=>
|
||||
<UE011> IGNORE;IGNORE;IGNORE;<UE011>
|
||||
<UE012> IGNORE;IGNORE;IGNORE;<UE012>
|
||||
<UE013> IGNORE;IGNORE;IGNORE;<UE013>
|
||||
|
@ -59,6 +59,7 @@ collating-symbol <MIN-CAP>
|
||||
collating-symbol <ae>
|
||||
collating-symbol <o-stroke>
|
||||
collating-symbol <a-ring>
|
||||
collating-symbol <ETH>
|
||||
|
||||
reorder-after <RES-1>
|
||||
<CAP>
|
||||
|
Loading…
Reference in New Issue
Block a user