From owner-svn-src-head@FreeBSD.ORG Mon Jan 5 18:16:45 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E25A5106566B; Mon, 5 Jan 2009 18:16:45 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id A25998FC08; Mon, 5 Jan 2009 18:16:45 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 10C9E1CCFB; Mon, 5 Jan 2009 19:16:45 +0100 (CET) Date: Mon, 5 Jan 2009 19:16:45 +0100 From: Ed Schouten To: Ivan Voras Message-ID: <20090105181645.GQ14235@hoeg.nl> References: <200901040020.n040KIcc041121@svn.freebsd.org> <20090104120434.GF93900@deviant.kiev.zoral.com.ua> <20090104121331.GC14235@hoeg.nl> <20090105171523.GC50568@dragon.NUXI.org> <20090105172243.GO14235@hoeg.nl> <9bbcef730901050946q64b59c9bvc0a5b587b2e7bb11@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wiP8eU6Yj5r7oh2+" Content-Disposition: inline In-Reply-To: <9bbcef730901050946q64b59c9bvc0a5b587b2e7bb11@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186731 - head/sys/dev/syscons/teken X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 18:16:47 -0000 --wiP8eU6Yj5r7oh2+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Ivan Voras wrote: > Also, isn't xterm better suited for UTF-8? Yes. I have yet to confirm this, but I suspect things may go wrong when you run a non-UTF-8 aware application that performs box drawing inside a UTF-8 aware cons25 emulator. With cons25, the box drawing characters are above 0x7f, which is obviously not compatible with UTF-8. With xterm you can use the UTF-8 codepoints or switch to the special character map with the box drawing characters. When your application doesn't use UTF-8, it should only generate bytes below 0x80. --=20 Ed Schouten WWW: http://80386.nl/ --wiP8eU6Yj5r7oh2+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkliTo0ACgkQ52SDGA2eCwVUtACaA9UB5JfeYeslBRk/HhnGqasN scQAn16uNE42tvc9roT5KSeyT6qiaGG0 =cNfl -----END PGP SIGNATURE----- --wiP8eU6Yj5r7oh2+--