|
Locale-Sensitive JavaScript NodeJS Method
Internationalization (I18n) Method OverviewThe
Click here for additional details. I18n IssuesThe use of a StringDecoder implies a conscious consideration of i18n issues. However, you may still want to double check that the encoding supplied is correct. Suggested ReplacementDouble check if the supplied encoding is correct. Change the encoding if appropriate.
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.
|