From b2c40735e0884f82fe22a13727f54e9e37697511 Mon Sep 17 00:00:00 2001 From: Romulo Cintra Date: Thu, 16 Jun 2022 13:59:33 +0200 Subject: [PATCH 1/3] 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 b1b26cefbf9..757c1994025 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", From 79039af2d6f60b06a15ff942142f859bde5292e6 Mon Sep 17 00:00:00 2001 From: Romulo Cintra Date: Mon, 20 Jun 2022 18:55:09 +0200 Subject: [PATCH 2/3] Update testIntl.js Add NS digit mappings --- harness/testIntl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/harness/testIntl.js b/harness/testIntl.js index 757c1994025..286b0471170 100644 --- a/harness/testIntl.js +++ b/harness/testIntl.js @@ -2279,6 +2279,7 @@ var numberingSystemDigits = { takr: "𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉", talu: "᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙", tamldec: "௦௧௨௩௪௫௬௭௮௯", + tnsa: "\u16AC0\u16AC1\u16AC2\u16AC3\u16AC4\u16AC5\u16AC6\u16AC7\u16AC8\u16AC9", telu: "౦౧౨౩౪౫౬౭౮౯", thai: "๐๑๒๓๔๕๖๗๘๙", tibt: "༠༡༢༣༤༥༦༧༨༩", From 98b43e6ea0efaf8fe1b3677633f1ef188c9944d6 Mon Sep 17 00:00:00 2001 From: Romulo Cintra Date: Tue, 21 Jun 2022 10:26:04 +0200 Subject: [PATCH 3/3] Update harness/testIntl.js thks Co-authored-by: Philip Chimento --- harness/testIntl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/testIntl.js b/harness/testIntl.js index 286b0471170..1d43a2527cb 100644 --- a/harness/testIntl.js +++ b/harness/testIntl.js @@ -2279,7 +2279,7 @@ var numberingSystemDigits = { takr: "𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉", talu: "᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙", tamldec: "௦௧௨௩௪௫௬௭௮௯", - tnsa: "\u16AC0\u16AC1\u16AC2\u16AC3\u16AC4\u16AC5\u16AC6\u16AC7\u16AC8\u16AC9", + tnsa: "\u{16AC0}\u{16AC1}\u{16AC2}\u{16AC3}\u{16AC4}\u{16AC5}\u{16AC6}\u{16AC7}\u{16AC8}\u{16AC9}", telu: "౦౧౨౩౪౫౬౭౮౯", thai: "๐๑๒๓๔๕๖๗๘๙", tibt: "༠༡༢༣༤༥༦༧༨༩",