svn commit: r310200 - head/tools/tools/locale

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 18 04:12:46 UTC 2016


Author: bapt
Date: Sun Dec 18 04:12:45 2016
New Revision: 310200
URL: https://svnweb.freebsd.org/changeset/base/310200

Log:
  In order to prepare cldr v30.0.3 and unicode 9.0.0,
  more locales are removed from automatic mapping from unicode as their
  encoding does not supports new characters available in unicode

Modified:
  head/tools/tools/locale/Makefile

Modified: head/tools/tools/locale/Makefile
==============================================================================
--- head/tools/tools/locale/Makefile	Sun Dec 18 04:11:13 2016	(r310199)
+++ head/tools/tools/locale/Makefile	Sun Dec 18 04:12:45 2016	(r310200)
@@ -31,8 +31,16 @@ COLLATION_SPECIAL?= \
 	nb_NO ISO8859-1 \
 	nb_NO ISO8859-15 \
 	sk_SK ISO8859-2 \
+	sr_Latn_RS ISO8859-2 \
+	sr_Cyrl_RS ISO8859-5 \
 	zh_Hans_CN GB2312 \
 	zh_Hans_CN eucCN \
+	zh_Hant_TW Big5 \
+	zh_Hans_CN GB18030 \
+	zh_Hans_CN GBK \
+	ja_JP eucJP \
+	nn_NO ISO8859-15 \
+	nn_NO ISO8859-1
 
 .for area enc in ${COLLATION_SPECIAL}
 COLLATIONS_SPECIAL_ENV+=	${area}.${enc}
@@ -91,7 +99,7 @@ build-colldef:	static-colldef
 
 static-colldef:
 .for area enc in ${COLLATION_SPECIAL}
-	awk -f tools/extract-colldef.awk ${CLDRDIR}/posix/${area}.${enc}.src > colldef/${area}.${enc}.src
+	awk -f tools/extract-colldef.awk ${CLDRDIR}/posix/${area}.${enc}.src > colldef.draft/${area}.${enc}.src
 .endfor
 
 transfer-rollup:


More information about the svn-src-head mailing list