From ccd27c92bbf14d6971d5b678e15f877930114d63 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Thu, 14 May 2009 01:35:43 +0000 Subject: MFC r183696, r183698: enable UTF-8 for man pages. --- gnu/usr.bin/man/man/man.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index d29d2f87be03..e5983d258086 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