Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Normative: Represent keywords in resolvedOptions().locale #37

Closed
wants to merge 1 commit into from

Conversation

littledan
Copy link
Member

@littledan littledan commented Apr 30, 2018

This patch makes Unicode extension attributes be represented in
the resolvedOptions().locale, converted by keywords with the
value "true". For example,

new Intl.Collator("de-u-kn").resolvedOptions().locale

would be "de" without this patch, and "de-u-kn-true" with this patch.

Closes tc39/ecma402#223

This patch makes Unicode extension attributes be represented in
the resolvedOptions().locale, converted by keywords with the
value "true". For example,

new Intl.Collator("de-u-kn").resolvedOptions().locale

would be "de" without this patch, and "de-u-kn-true" with this patch.

Closes #223
@littledan
Copy link
Member Author

cc @anba

@littledan
Copy link
Member Author

Based on the discussion in #43 , it seems like we actually want those "true" values to go away. Closing this patch, as it's all about making "true" show up.

@littledan littledan closed this Jul 14, 2018
@ljharb ljharb deleted the full-locale branch January 24, 2022 20:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant