Internationalization and localization tools


Locale-Sensitive JavaScript NodeJS Method

tty.ReadStream;
tty.WriteStream;

Internationalization (I18n) Method Overview

tty.ReadStream and tty.WriteStream are used for communicating with a tty. They are both subclasses of net.Socket.

Click here for additional details.

I18n Issues

TTY's may have limited or non-existent support for non-ascii character sets.

Suggested Replacement

If possible, avoid sending any text that might need to be localized through a TTY. If you must send user-facing information through a TTY, Punycode is a possible solution.

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.



Locale-Sensitive JavaScript Methods

 

Lingoport internationalization and localization services and software