|
Locale-Sensitive JavaScript NodeJS Method
Internationalization (I18n) Method OverviewPunycode is an encoding style designed to convey unicode information through ascii text (see RFC 3492). Host name URL's are limited to ascii, so punycode is used by browsers to include unicode characters in urls. The punycode methods listed above can encode and decode this information. Click here for additional details. I18n Issues
Suggested ReplacementUse 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.
|