CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/28 07:23:02
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE,
but instead set it to TERMENC_UTF8 or TERMENC_ASCII.
Makes tbl(7) box drawing work under -T locale (that is, by default
when LC_CTYPE is defined appropriately).
