From owner-cvs-src-old@FreeBSD.ORG Sat Jun 13 12:23:41 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5946C106564A for ; Sat, 13 Jun 2009 12:23:41 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 465CA8FC1D for ; Sat, 13 Jun 2009 12:23:41 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5DCNfdN025207 for ; Sat, 13 Jun 2009 12:23:41 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5DCNfsZ025206 for cvs-src-old@freebsd.org; Sat, 13 Jun 2009 12:23:41 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200906131223.n5DCNfsZ025206@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 13 Jun 2009 12:23:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons scterm-teken.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2009 12:23:41 -0000 ed 2009-06-13 12:23:31 UTC FreeBSD src repository Modified files: sys/dev/syscons scterm-teken.c Log: SVN rev 194103 on 2009-06-13 12:23:31Z by ed Make the proof-of-concept UTF-8 support in Syscons less useless. Add a small Unicode-to-CP437 remapping table to at least demonstrate that the terminal emulator is perfectly capable of handling UTF-8. This will of course break if the user loads a different font map, but it at least allows people to give it a try. I can now see the box drawing in dialog(1) and the arrows in mutt(1) correctly. Revision Changes Path 1.6 +121 -18 src/sys/dev/syscons/scterm-teken.c