You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: