Comment 91 for bug 266975

Revision history for this message
In , Jwtiyar Nariman (jwtiyar) wrote :

(In reply to Mike FABIAN from comment #57)
> > 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"

Sorting is good now, but adding these
  reorder-after <S0631> % ر
> <S0695> % ڕ
>
> reorder-after <S0646> % ن
> <S0648> % و
> <S06C6> % ۆ
iam not understanding because for example this " <S0695> % ڕ " how you order it?