CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/07/12 05:36:22
Modified files: games/fortune/fortune: fortune.6 fortune.c Log message: Inspect LC_CTYPE and if it isn't UTF-8, weed out bytes that are not printable ASCII. That makes using UTF-8 in fortune datfiles safe. Potential usefulness of UTF-8 in fortune datfiles noticed by bentley@. OK tedu@ millert@.