|
Locale-Sensitive JavaScript NodeJS Method
Internationalization (I18n) Method OverviewThese various file system methods read from, write to, watch and get the path to files, links and directories. These methods are listed here, with additional details. I18n IssuesAll of the above methods take an optional encoding. The encoding should be double checked to ensure that it matches the file 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.
|