|
Locale-Sensitive JavaScript NodeJS Method
Internationalization (I18n) Method OverviewThe The
Additional details on these methods can be found below: I18n IssuesThe above method and constructor take an optional encoding. The encoding should be double checked to ensure that it matches the server settings and application requirements. 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.
|