|
Locale-Sensitive JavaScript NodeJS MethodInternationalization (I18n) Method OverviewThe method Click here for additional details. I18n IssuesThe method takes an optional encoding (default is utf8) used to interpret the resulting strings. This encoding should be double-checked for correctness. Suggested ReplacementDouble check to confirm that the appropriate encoding is used. If necessary, refactor the application to use an appropriate encoding. 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.
|