Skip to content

Commit

Permalink
Fix sl_SI.ISO8859-2
Browse files Browse the repository at this point in the history
PR:             50160
Submitted by:   Simon 'Zekar <[email protected]>
  • Loading branch information
ache authored and ache committed Oct 9, 2003
1 parent f4b907e commit 1f369a8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
4 changes: 3 additions & 1 deletion share/colldef/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ LOCALES= bg_BG.CP1251 \
ru_RU.CP866 \
ru_RU.ISO8859-5 \
ru_RU.KOI8-R \
sl_SI.ISO8859-2 \
sr_YU.ISO8859-5 \
sv_SE.ISO8859-1 \
sv_SE.ISO8859-15 \
Expand All @@ -49,7 +50,7 @@ LATIN1LINKS= af_ZA da_DK en_AU en_CA en_GB en_NZ en_US fi_FI \
fr_BE fr_CA fr_CH fr_FR it_CH it_IT nl_BE nl_NL no_NO \
pt_PT

LATIN2LINKS= hr_HR hu_HU ro_RO sl_SI sr_YU
LATIN2LINKS= hr_HR hu_HU ro_RO sr_YU

.SUFFIXES: .src .out

Expand Down Expand Up @@ -83,6 +84,7 @@ ru_RU.CP1251.out: map.CP1251
ru_RU.CP866.out: map.CP866
ru_RU.ISO8859-5.out: map.ISO8859-5
ru_RU.KOI8-R.out: map.KOI8-R
sl_SI.ISO8859-2.out: map.ISO8859-2
sr_YU.ISO8859-5.out: map.ISO8859-5
sv_SE.ISO8859-15.out: map.ISO8859-15
sv_SE.ISO8859-1.out: map.ISO8859-1
Expand Down
39 changes: 39 additions & 0 deletions share/colldef/sl_SI.ISO8859-2.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#
# Slovenian collation sequence
# 2003-03-20 [email protected]
#
# $FreeBSD$
#

charmap map.ISO8859-2
order \
# controls
<NU>;...;<US>;<PA>;...;<AC>;\
#
<NS>;<SP>;!;\";<Nb>;\
<Cu>;<DO>;\
%;&;<',>;<';>;';\(;\);*;+;<-:>;<*X>;\,;<-->;-;.;<'.>;/;\
# digits
0;...;9;\
#
:;\;;\<;=;>;?;<SE>;<At>;\
# capital
(A,<A'>,<A/>>,<A:>,<A;>,<A(>);\
B;(C,<C,>);<C<>;<C'>;(D,<D<>);<D//>;(E,<E'>,<E:>,<E;>,<E<>);\
F;G;H;(I,<I'>,<I/>>);\
J;K;(L,<L//>,<L<>,<L'>);M;(N,<N'>,<N<>);(O,<O'>,<O/>>,<O:>,<O">);\
P;Q;(R,<R'>,<R<>);(S,<S'>,<S,>);<S<>;(T,<T<>,<T,>);\
(U,<U'>,<U:>,<U0>,<U">);\
V;W;X;(Y,<Y'>);(Z,<Z'>,<Z.>);<Z<>;\
#
[;\\;];^;<':>;<'">;<'<>;<'(>;_;<''>;`;\
# small
(a,<a'>,<a/>>,<a:>,<a;>,<a(>);\
b;(c,<c,>);<c<>;<c'>;(d,<d<>);<d//>;(e,<e'>,<e:>,<e;>,<e<>);\
f;g;h;(i,<i'>,<i/>>);\
j;k;(l,<l//>,<l<>,<l'>);m;(n,<n'>,<n<>);(o,<o'>,<o/>>,<o:>,<o">);\
p;q;(r,<r'>,<r<>);(s,<s'>,<s,>,<ss>);<s<>;(t,<t<>,<t,>);\
(u,<u'>,<u:>,<u0>,<u">);\
v;w;x;(y,<y'>);(z,<z'>,<z.>);<z<>;\
#
\{;|;\};~;<DG>;<DT>

0 comments on commit 1f369a8

Please sign in to comment.