From aca0f7e24c9914cc19f006f4b06892b3a469809f Mon Sep 17 00:00:00 2001 From: Paul Crovella Date: Thu, 22 Mar 2018 23:03:36 -0700 Subject: [PATCH] [ci skip] Add normalizer_get_raw_decomposition to UPGRADING --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index f56c8c9235..be96e7bada 100644 --- a/UPGRADING +++ b/UPGRADING @@ -128,6 +128,8 @@ Intl: For the detailed documentation on the restriction levels, see URestrictionLevel under http://icu-project.org/apiref/icu4c/uspoof_8h.html + . Added Normalizer::getRawDecomposition() and normalizer_get_raw_decomposition(), + to retrieve the Decomposition_Mapping property of a character. Standard: . Added is_countable() function, to check whether a value may be passed to -- 2.50.1