ecma402 icon indicating copy to clipboard operation
ecma402 copied to clipboard

Possible of addition of Intl.Locale.prototype.getCurrencies()?

Open ramsey opened this issue 2 years ago • 1 comments

ICU has provided ucurr_getKeywordValuesForLocale() since ICU 4.2. Using this, it should be possible to provide functionality similar to getCalendars(), getCollations(), etc.

Has this been discussed for addition to the Intl Locale Info proposal? If so, what were the reasons for excluding it? If not, is it something you would consider adding?

ramsey avatar Aug 11 '23 22:08 ramsey

This is a good idea and useful in functionality. This proposal already reach Stage 3 so it is too late to extend the scope. We should consider to support this in the next version

FrankYFTang avatar Sep 07 '23 19:09 FrankYFTang