mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
et_EE locale: Base collation on iso14651_t1 [BZ #22517]
[BZ #22517] * localedata/Makefile: Add et_EE.UTF-8 to test-input and to the list of locales to be built for testing. * localedata/et_EE.UTF-8.in: New file for testing the collation. * localedata/locales/et_EE (LC_COLLATE): Use “copy "iso14651_t1"” and build the collation rules upon that.
This commit is contained in:
parent
f18b8dc7d7
commit
de9661d6be
@ -1,3 +1,12 @@
|
|||||||
|
2017-12-05 Mike FABIAN <mfabian@redhat.com>
|
||||||
|
|
||||||
|
[BZ #22517]
|
||||||
|
* localedata/Makefile: Add et_EE.UTF-8 to test-input
|
||||||
|
and to the list of locales to be built for testing.
|
||||||
|
* localedata/et_EE.UTF-8.in: New file for testing the collation.
|
||||||
|
* localedata/locales/et_EE (LC_COLLATE): Use “copy "iso14651_t1"”
|
||||||
|
and build the collation rules upon that.
|
||||||
|
|
||||||
2017-12-05 Chris Metcalf <cmetcalf@mellanox.com>
|
2017-12-05 Chris Metcalf <cmetcalf@mellanox.com>
|
||||||
|
|
||||||
* sysdeps/tile/tilegx/string-endian.h (VECOP): Provide working
|
* sysdeps/tile/tilegx/string-endian.h (VECOP): Provide working
|
||||||
|
@ -39,7 +39,7 @@ test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \
|
|||||||
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8 fr_FR.UTF-8 \
|
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8 fr_FR.UTF-8 \
|
||||||
si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
|
si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
|
||||||
pl_PL.UTF-8 cs_CZ.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 \
|
pl_PL.UTF-8 cs_CZ.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 \
|
||||||
bs_BA.UTF-8 sr_RS.UTF-8 is_IS.UTF-8
|
bs_BA.UTF-8 sr_RS.UTF-8 is_IS.UTF-8 et_EE.UTF-8
|
||||||
test-input-data = $(addsuffix .in, $(test-input))
|
test-input-data = $(addsuffix .in, $(test-input))
|
||||||
test-output := $(foreach s, .out .xout, \
|
test-output := $(foreach s, .out .xout, \
|
||||||
$(addsuffix $s, $(basename $(test-input))))
|
$(addsuffix $s, $(basename $(test-input))))
|
||||||
@ -110,7 +110,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
|
|||||||
zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
|
zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
|
||||||
tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
|
tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
|
||||||
pl_PL.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 bs_BA.UTF-8 sr_RS.UTF-8 \
|
pl_PL.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 bs_BA.UTF-8 sr_RS.UTF-8 \
|
||||||
is_IS.UTF-8
|
is_IS.UTF-8 et_EE.UTF-8
|
||||||
include ../gen-locales.mk
|
include ../gen-locales.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
41
localedata/et_EE.UTF-8.in
Normal file
41
localedata/et_EE.UTF-8.in
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
A
|
||||||
|
a
|
||||||
|
b
|
||||||
|
c
|
||||||
|
d
|
||||||
|
e
|
||||||
|
f
|
||||||
|
g
|
||||||
|
h
|
||||||
|
i
|
||||||
|
j
|
||||||
|
k
|
||||||
|
l
|
||||||
|
m
|
||||||
|
n
|
||||||
|
o
|
||||||
|
p
|
||||||
|
q
|
||||||
|
r
|
||||||
|
s
|
||||||
|
ş
|
||||||
|
sa
|
||||||
|
şa
|
||||||
|
š
|
||||||
|
Z
|
||||||
|
z
|
||||||
|
ż
|
||||||
|
za
|
||||||
|
ž
|
||||||
|
T
|
||||||
|
t
|
||||||
|
u
|
||||||
|
v
|
||||||
|
w
|
||||||
|
wa
|
||||||
|
õ
|
||||||
|
ä
|
||||||
|
ö
|
||||||
|
ü
|
||||||
|
x
|
||||||
|
y
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user