author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 28 Jun 2009 19:08:04 +0300 | |
changeset 136 | edcafef58593 |
parent 123 | 03a2617f278a |
child 520 | 1315a2434fc8 |
permissions | -rw-r--r-- |
123 | 1 |
-*- outline -*- |
2 |
||
3 |
* X window pseudo terminal. |
|
4 |
||
5 |
** luit. |
|
6 |
||
7 |
Luit is a filter that can be run between an arbitrary application and a UTF-8 |
|
8 |
terminal emulator. It will convert application output from the locale’s |
|
9 |
encoding into UTF-8, and convert terminal input from UTF-8 into the locale’s |
|
10 |
encoding. |
|
11 |
||
12 |
Example: |
|
13 |
||
14 |
$ luit -encoding ’ISO 8859-1’ emacs -nw |