From 0efbba27ffa8d99dabf400ebd9b38c89749384c5 Mon Sep 17 00:00:00 2001 From: Romulo Cintra Date: Thu, 16 Jun 2022 13:59:33 +0200 Subject: [PATCH] Normative: Add new numbering system "tnsa" Add [tnsa](https://github.com/unicode-org/cldr/blob/main/common/bcp47/number.xml#L95) to number systems --- harness/testIntl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harness/testIntl.js b/harness/testIntl.js index b1b26cefbf..757c199402 100644 --- a/harness/testIntl.js +++ b/harness/testIntl.js @@ -2096,7 +2096,7 @@ function allCollations() { * Returns an array of all known numbering systems. */ function allNumberingSystems() { - // source: CLDR file common/bcp47/number.xml; version CLDR 39. + // source: CLDR file common/bcp47/number.xml; version CLDR 40 & new in Unicode 14.0 // https://github.com/unicode-org/cldr/blob/master/common/bcp47/number.xml return [ "adlm", @@ -2178,6 +2178,7 @@ function allNumberingSystems() { "talu", "taml", "tamldec", + "tnsa", "telu", "thai", "tirh",