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
This commit is contained in:
Baptiste Daroussin 2016-12-18 04:12:45 +00:00
parent a5718682d1
commit 1aa032fba1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310200

View File

@ -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: