From 1aa032fba1b8b31ed53eea19136b3018a6ff884f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 18 Dec 2016 04:12:45 +0000 Subject: [PATCH] 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 --- tools/tools/locale/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile index 4937a7131bd..ed14a04f15b 100644 --- a/tools/tools/locale/Makefile +++ b/tools/tools/locale/Makefile @@ -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: