svn commit: r186731 - head/sys/dev/syscons/teken
Ed Schouten
ed at 80386.nl
Mon Jan 5 10:16:47 PST 2009
* Ivan Voras <ivoras at freebsd.org> 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.
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20090105/f0b47b20/attachment.pgp
More information about the svn-src-head
mailing list