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

Bindings for locale-sensitive functions #17

Closed
pete-murphy opened this issue Dec 2, 2023 · 0 comments · Fixed by #20
Closed

Bindings for locale-sensitive functions #17

pete-murphy opened this issue Dec 2, 2023 · 0 comments · Fixed by #20

Comments

@pete-murphy
Copy link
Owner

Locale Sensitive Functions of the ECMAScript Language Specification: https://tc39.es/ecma402/#locale-sensitive-functions

  • String.prototype.localeCompare
  • String.prototype.toLocaleLowerCase
  • String.prototype.toLocaleUpperCase
  • Number.prototype.toLocaleString
  • BigInt.prototype.toLocaleString
  • Date.prototype.toLocaleString
  • Date.prototype.toLocaleDateString
  • Date.prototype.toLocaleTimeString
  • Array.prototype.toLocaleString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant