From 672635f2e19b2365f55b205914fb6330b14e883b Mon Sep 17 00:00:00 2001 From: des Date: Wed, 8 Oct 2008 13:16:20 +0000 Subject: Enable UTF-8. MFC after: 1 week --- gnu/usr.bin/man/man/man.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 1703a5b..986cd4d 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -105,6 +105,7 @@ static struct ltable ltable[] = { {"KOI8-R", "koi8-r"}, {"ISO8859-1", "latin1"}, {"ISO8859-15", "latin1"}, + {"UTF-8", "utf8"}, {NULL} }; #endif -- cgit v1.1