Date: Sun, 4 Jan 2009 00:20:18 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/syscons/teken teken.c teken_demo.c Message-ID: <200901050006.n0506huq086993@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-01-04 00:20:18 UTC FreeBSD src repository Modified files: sys/dev/syscons/teken teken.c teken_demo.c Log: SVN rev 186731 on 2009-01-04 00:20:18Z by ed Print control characters, even though they are normally not visible. With cons25, there are printable characters below 0x1B. This is not the case with ASCII, UTF-8, etc. but in this case we just have to. Also don't set LC_CTYPE to UTF-8 when libteken is compiled without UTF-8 in the demo-application. Revision Changes Path 1.3 +5 -1 src/sys/dev/syscons/teken/teken.c 1.3 +2 -0 src/sys/dev/syscons/teken/teken_demo.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901050006.n0506huq086993>