From ba377f119f2c8ee3cb45c2971ea26842e328f8ff Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav 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(+) (limited to 'gnu') diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 1703a5b3b68f3..986cd4d045501 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.3