mirror of https://github.com/tc39/test262.git
Normative: Add new numbering system "tnsa"
Add [tnsa](https://github.com/unicode-org/cldr/blob/main/common/bcp47/number.xml#L95) to number systems
This commit is contained in:
parent
ee521159d5
commit
0efbba27ff
|
@ -2096,7 +2096,7 @@ function allCollations() {
|
||||||
* Returns an array of all known numbering systems.
|
* Returns an array of all known numbering systems.
|
||||||
*/
|
*/
|
||||||
function allNumberingSystems() {
|
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
|
// https://github.com/unicode-org/cldr/blob/master/common/bcp47/number.xml
|
||||||
return [
|
return [
|
||||||
"adlm",
|
"adlm",
|
||||||
|
@ -2178,6 +2178,7 @@ function allNumberingSystems() {
|
||||||
"talu",
|
"talu",
|
||||||
"taml",
|
"taml",
|
||||||
"tamldec",
|
"tamldec",
|
||||||
|
"tnsa",
|
||||||
"telu",
|
"telu",
|
||||||
"thai",
|
"thai",
|
||||||
"tirh",
|
"tirh",
|
||||||
|
|
Loading…
Reference in New Issue