archives

« Bugzilla Issues Index

#697 — API for BCP 47 language tags


The ECMAScript Internationalization API Specification describes a number of abstract operations to process BCP 47 language tags. Some of them might be useful to expose as public API:
- IsStructurallyValidLanguageTag
- CanonicalizeLanguageTag
- CanonicalizeLocaleList
- LookupMatcher


*** Bug 4365 has been marked as a duplicate of this bug. ***


Cloned this to GitHub... easier to track/discuss there.

https://github.com/tc39/ecma402/issues/5


Update: this proposal has reached stage 2 https://github.com/tc39/ecma402/issues/46