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/9809] ckb_IQ: new Kurdish Sorani locale


https://sourceware.org/bugzilla/show_bug.cgi?id=9809

--- Comment #57 from Mike FABIAN <maiku.fabian at gmail dot com> ---
> thanks to your suggestions and notice. You are right with sorting (aA) as
> well with Numbers, this should be modified.

So sorting

a
A

and

0
٠
1
١
...

is OK? I hope so ...

> The kurdish alphabet order is:

To achieve that order, this is enough:

   copy "iso14651_t1"

   reorder-after <S0631> % ر
   <S0695> % ڕ

   reorder-after <S0646> % ن
   <S0648> % و
   <S06C6> % ۆ

I added the test file ckb_IQ.UTF-8.in in my patch, this file is sorted
using the rules of my patched ckb_IQ locale, the sorted result should
be the same as the original file, otherwise the test fails.

As the test passes, the above collation rules work and achieve the
order as in the ckb_IQ.UTF-8.in test file.

I’ll paste this test file here again for your easy refererence:

0
٠
1
١
2
٢
3
٣
4
٤
5
٥
6
٦
7
٧
8
٨
9
٩
a
A
b
B
c
C
d
D
e
E
f
F
g
G
h
H
i
I
j
J
k
K
l
L
m
M
n
N
o
O
p
P
q
Q
r
R
s
S
t
T
u
U
v
V
w
W
x
X
y
Y
z
Z
ئ
ا
ب
پ
ت
ج
چ
ح
خ
د
ر
ڕ
ز
ژ
س
ش
ع
غ
ف
ڤ
ق
ک
گ
ل
ڵ
م
ن
و
ۆ
ه
ە
ی
ێ

Other characters not in this test file are sorted according to the defaults
from

    copy "iso14651_t1"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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