CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/05 12:00:40
Modified files:
usr.bin/write : write.1 write.c
Log message:
Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII
bytes to a single '?'. This prevents sending of potentially harmful bytes to
terminals who don't support UTF-8.
written with help from schwarze@
text suggestions by jmc@
OK schwarze@ and semarie@
