diff options
author | des <des@FreeBSD.org> | 2008-10-08 13:16:20 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-10-08 13:16:20 +0000 |
commit | 672635f2e19b2365f55b205914fb6330b14e883b (patch) | |
tree | fc2c8d746efdb52b18488386bcdac096f6ca490f /gnu | |
parent | fd60d4025eab961524966cad08d08fc9d0eeb1d7 (diff) | |
download | FreeBSD-src-672635f2e19b2365f55b205914fb6330b14e883b.zip FreeBSD-src-672635f2e19b2365f55b205914fb6330b14e883b.tar.gz |
Enable UTF-8.
MFC after: 1 week
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/man/man.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |