svn commit: r183696 - head/gnu/usr.bin/man/man

Dag-Erling Smorgrav des at FreeBSD.org
Wed Oct 8 13:16:21 UTC 2008


Author: des
Date: Wed Oct  8 13:16:20 2008
New Revision: 183696
URL: http://svn.freebsd.org/changeset/base/183696

Log:
  Enable UTF-8.
  
  MFC after:	1 week

Modified:
  head/gnu/usr.bin/man/man/man.c

Modified: head/gnu/usr.bin/man/man/man.c
==============================================================================
--- head/gnu/usr.bin/man/man/man.c	Wed Oct  8 11:19:16 2008	(r183695)
+++ head/gnu/usr.bin/man/man/man.c	Wed Oct  8 13:16:20 2008	(r183696)
@@ -105,6 +105,7 @@ static struct ltable ltable[] = {
 	{"KOI8-R", "koi8-r"},
 	{"ISO8859-1", "latin1"},
 	{"ISO8859-15", "latin1"},
+	{"UTF-8", "utf8"},
 	{NULL}
 };
 #endif


More information about the svn-src-all mailing list