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

Localized number in IE11 on Win7 #44

Open
Clayblockunova opened this issue Aug 11, 2023 · 1 comment
Open

Localized number in IE11 on Win7 #44

Clayblockunova opened this issue Aug 11, 2023 · 1 comment

Comments

@Clayblockunova
Copy link
Contributor

Clayblockunova commented Aug 11, 2023

Sorry for suggesting IE-exclusive features now.
AFAIK, IE11 on Win7 have some exclusive string related to Localised numbers. Such strings which would be useful for getting chars are listed below:

  • Arabic Infinity ("+لا نهاية");
  • Czech NaN ("Není číslo");
  • Modern Greek Infinity ("Άπειρο");
  • Modern Greek NaN ("μη αριθμός");
  • Japanese Infinity ("+∞");
  • Japanese NaN ("NaN (非数値)");
  • Russian Infinity ("бесконечность");
  • Simplified Chinese Infinity ("正无穷大");
  • Simplified Chinese NaN ("非数字").
    But, IDK will language of IE affect how "zh" is rendered in Number.prototype.toLocaleString(). It's hard to test since we might need help from someone in Hong Kong/Macau/Taiwan.
@Clayblockunova
Copy link
Contributor Author

Just found 4 more: Hebrew NaN("לא מספר"), Lithuanian Infinity ("begalybė"), Latvian Infinity ("bezgalība"), Polish Infinity ("+nieskończoność").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants