Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normative: Add new numbering system "tnsa" #3572

Merged
merged 4 commits into from
Jun 23, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion harness/testIntl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2178,6 +2178,7 @@ function allNumberingSystems() {
"talu",
"taml",
"tamldec",
"tnsa",
"telu",
"thai",
"tirh",
Expand Down