From 0b7a11053e72e2351a74810b88ad3ed65b6c7ebd Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Wed, 20 Mar 2019 17:48:34 -0700 Subject: [PATCH] ICU-20469 Updating how to control ucadata type in userguide. --- docs/userguide/icu_data/buildtool.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/userguide/icu_data/buildtool.md b/docs/userguide/icu_data/buildtool.md index cebde5e9506..839db06c4fa 100644 --- a/docs/userguide/icu_data/buildtool.md +++ b/docs/userguide/icu_data/buildtool.md @@ -606,14 +606,11 @@ for common characters but arbitrary for others. For more information, see By default, the unihan version is used. The unihan version of the data file is much larger than that for implicithan, so if you need collation but also small data, then you may want to select the implicithan version. To use the -implicithan version, pass the following command line argument to buildtool: +implicithan version, put the following setting in your *filters.json* file: - --collation_ucadata=implicithan - -To pass this argument when using configure/make or Windows makedata.mak, set -it in the `ICU_DATA_BUILDTOOL_OPTS` environment variable: - - ICU_DATA_BUILDTOOL_OPTS="--collation_ucadata=implicithan" + { + "collationUCAData": "implicithan" + } ### File Substitution -- 2.40.0