-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: update what’s off without Intl
#2300
Comments
Some of these are prototype-only. Here's what I found though checking repl autocomplete:
|
@silverwind thanks! I missed the casing ones - very important. Also need to check if regex changed.. |
Also let's not forget about the |
@nodejs/documentation any thoughts? |
|
@srl295 ... any reason to keep this open? |
Closing this for now, does not appear to be anything actionable just yet. |
This got fixed by #13916, specifically the table in https://nodejs.org/api/intl.html#intl_options_for_building_node_js. |
Following may not behave as desired without
Intl
support:String.normalize
(noop) : "normalize" method works weird #779 string.normalize() doesn't seem to work #1712String.localeCompare
(usesstring1 < string2
) - see localeCompare regression node-v0.x-archive#25762Date.toLocale
Date.toLocaleDateString
Date.toLocaleTimeString
Number.toLocaleString
cc: #238
The text was updated successfully, but these errors were encountered: