Author: bapt
Date: Sun Dec 18 01:52:16 2016
New Revision: 310197
URL: https://svnweb.freebsd.org/changeset/base/310197

Log:
  Prepare import of CLDR v30.3 and unicode 9.0.0
  
  Upstream kk_Cyrl_KZ has been renamed kk_KZ
  Upstream mn_Cyrl_MN has been renamed mn_MN
  
  For ru_RU: the default currency for unicode is now ₽ which is not mapped to
  other encoding, add charmaps entries to be able to generate them

Modified:
  head/tools/tools/locale/Makefile
  head/tools/tools/locale/etc/charmaps.xml
  head/tools/tools/locale/etc/unicode.conf

Modified: head/tools/tools/locale/Makefile
==============================================================================
--- head/tools/tools/locale/Makefile    Sun Dec 18 00:44:43 2016        
(r310196)
+++ head/tools/tools/locale/Makefile    Sun Dec 18 01:52:16 2016        
(r310197)
@@ -118,7 +118,7 @@ BASE_LOCALES_OF_INTEREST?= \
        nb_NO nl_BE nl_NL nn_NO pl_PL pt_BR pt_PT ro_RO \
        ru_RU se_FI se_NO sk_SK sl_SI sv_FI sv_SE tr_TR \
        uk_UA \
-       kk_Cyrl_KZ mn_Cyrl_MN sr_Cyrl_RS sr_Latn_RS \
+       kk_KZ mn_MN sr_Cyrl_RS sr_Latn_RS \
        zh_Hans_CN zh_Hant_HK zh_Hant_TW \
        bn_IN gu_IN or_IN ta_IN te_IN kn_IN ml_IN si_LK \
        th_TH lo_LA bo_IN my_MM pa_Guru_IN ka_GE chr_US \

Modified: head/tools/tools/locale/etc/charmaps.xml
==============================================================================
--- head/tools/tools/locale/etc/charmaps.xml    Sun Dec 18 00:44:43 2016        
(r310196)
+++ head/tools/tools/locale/etc/charmaps.xml    Sun Dec 18 01:52:16 2016        
(r310197)
@@ -117,7 +117,6 @@
                encoding="SJIS eucJP"
                countries="JP" />
        <language name="kk"
-               family="Cyrl"
                countries="KZ" />  <!-- PT154 not available, UTF-8 -->
        <language name="ko"
                encoding="eucKR"
@@ -130,7 +129,6 @@
                encoding="ISO8859-13"
                countries="LV" />
        <language name="mn"
-               family="Cyrl"
                countries="MN" />
        <language name="nb"
                encoding="ISO8859-1 ISO8859-15"
@@ -393,6 +391,10 @@
        <translation encoding="CP1251" cldr="HRYVNIA SIGN" hex="E3F0ED" />
        <translation encoding="ISO8859-5" cldr="HRYVNIA SIGN" hex="D3E0DD" />
        <translation encoding="KOI8-U" cldr="HRYVNIA SIGN" hex="C7D2CE" />
+       <translation encoding="CP866" cldr="RUBLE SIGN" hex="E0E3A1" />
+       <translation encoding="ISO8859-5" cldr="RUBLE SIGN" hex="E0E3D1" />
+       <translation encoding="CP1251" cldr="RUBLE SIGN" hex="E0E3D1" />
+       <translation encoding="KOI8-R" cldr="RUBLE SIGN" hex="D2D5C2" />
 
        <!-- These don't have a special Kow sign so just use KRW for it -->
        <translation encoding="CP949" cldr="WON SIGN" hex="5C" />

Modified: head/tools/tools/locale/etc/unicode.conf
==============================================================================
--- head/tools/tools/locale/etc/unicode.conf    Sun Dec 18 00:44:43 2016        
(r310196)
+++ head/tools/tools/locale/etc/unicode.conf    Sun Dec 18 01:52:16 2016        
(r310197)
@@ -1,2 +1,4 @@
-cldr ~/unicode/cldr/27.0.1
-unidata ~/unicode/UNIDATA/8.0.0
+# $FreeBSD$
+
+cldr ~/unicode/cldr/30.0.3
+unidata ~/unicode/UNIDATA/9.0.0
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to