|
Locale-Sensitive JavaScript MethodInternationalization (I18n) Method OverviewThis method returns a copy of the string converted to uppercase letters; the uppercase rules follow the Unicode Character Database specifications. Note: There are a few cases where the locale-independent Unicode results are incorrect. For example, Turkish has both a dotted and a dotless lowercase i, yet
in both cases Click here (w3schools) and here (MDN) for additional method details. I18n Issues
Suggested ReplacementIf the string will have non-English characters, call Globalyzer will detect this method and report it as an I18n issue. If you have determined that the call is being handled correctly, you can use Globalyzer's Ignore Comment functionality to ensure that it isn't picked up in a subsequent scan.
|