Unbreak nvi message catalog generation for 8 bit locales.
authorkan <kan@FreeBSD.org>
Thu, 27 Aug 2015 14:00:16 +0000 (14:00 +0000)
committerkan <kan@FreeBSD.org>
Thu, 27 Aug 2015 14:00:16 +0000 (14:00 +0000)
commit956823f74dbb8aeab18ab05c177891148a958f92
treef371bdd01575d2378157ef7e8b70d6f43a24702e
parent6bd79f6a5ac18d90ce49a0e60e3ad037f490b6a2
Unbreak nvi message catalog generation for 8 bit locales.

Feeding any file encoded in 8 bit locales such as KOI8-RU
to sort utility running under UTF-8 locale produces astonishing
result of recoding the output to UTF-8. To counter that, just
run sort under 'C' locale for now.
usr.bin/vi/catalog/Makefile