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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to