svn commit: r193961 - head/share/colldef
Edwin Groothuis
edwin at FreeBSD.org
Wed Jun 10 21:55:39 UTC 2009
Author: edwin
Date: Wed Jun 10 21:55:38 2009
New Revision: 193961
URL: http://svn.freebsd.org/changeset/base/193961
Log:
Croatian locale support for hr_HR.ISO8859-2
Without this patch /usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
is a link to the ../la_LN.ISO8859-2/LC_COLLATE. It means
that there is no support for Croatian locale.
PR: conf/120113
Submitted by: Simun Mikecin <numisemis at yahoo.com>
MFC after: 1 week
Added:
head/share/colldef/hr_HR.ISO8859-2.src (contents, props changed)
Modified:
head/share/colldef/Makefile
Modified: head/share/colldef/Makefile
==============================================================================
--- head/share/colldef/Makefile Wed Jun 10 21:51:05 2009 (r193960)
+++ head/share/colldef/Makefile Wed Jun 10 21:55:38 2009 (r193961)
@@ -14,6 +14,7 @@ LOCALES= bg_BG.CP1251 \
es_ES.ISO8859-15 \
et_EE.ISO8859-15 \
hi_IN.ISCII-DEV \
+ hr_HR.ISO8859-2 \
hy_AM.ARMSCII-8 \
is_IS.ISO8859-1 \
is_IS.ISO8859-15 \
@@ -74,7 +75,7 @@ ISO8859-15_ISO8859-15= \
no_NO:nb_NO no_NO:nn_NO \
${LATIN1LINKS:C/^/la_LN:/}
-LATIN2LINKS= hr_HR hu_HU ro_RO sr_YU
+LATIN2LINKS= hu_HU ro_RO sr_YU
ISO8859-2_ISO8859-2= ${LATIN2LINKS:C/^/la_LN:/} cs_CZ:sk_SK
US-ASCII_Big5HKSCS= la_LN:zh_HK
Added: head/share/colldef/hr_HR.ISO8859-2.src
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/colldef/hr_HR.ISO8859-2.src Wed Jun 10 21:55:38 2009 (r193961)
@@ -0,0 +1,39 @@
+#
+# Croatian collation sequence
+# 2007-01-29 numisemis at yahoo dot com
+#
+# $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>
More information about the svn-src-head
mailing list