UTF-8 + FreeBSD 8
Starting from 8.0-RELEASE,
FreeBSD will support unicode in the console .
Already, in the eighth branch, you can connect UTF-8 by doing the following steps:
- Add
options TEKEN_UTF8
and options TEKEN_XTERM
to the kernel configuration - Replace 'cons25' with 'xterm' in / etc / ttys

')
Source: https://habr.com/ru/post/64748/
All Articles