From bf675e3ba1482dc3201415b7aa7650acf6a59b73 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 28 Jan 2025 10:57:05 -0800 Subject: [PATCH] ICU-23033 Regenerate scx value array --- .../tools/icuexportdata/icuexportdata.cpp | 142 ++++++++++-------- 1 file changed, 81 insertions(+), 61 deletions(-) diff --git a/icu4c/source/tools/icuexportdata/icuexportdata.cpp b/icu4c/source/tools/icuexportdata/icuexportdata.cpp index dea5d3ace64f..2856873f9774 100644 --- a/icu4c/source/tools/icuexportdata/icuexportdata.cpp +++ b/icu4c/source/tools/icuexportdata/icuexportdata.cpp @@ -47,68 +47,88 @@ int16_t DATAEXPORT_SCRIPT_X_WITH_INHERITED = 0x0800; int16_t DATAEXPORT_SCRIPT_X_WITH_OTHER = 0x0c00; // TODO(ICU-21821): Replace this with a call to a library function +// This is an array of all code points with explicit scx values, and can be generated the quick and dirty +// way with this script: +// +// #