Warning: Undefined array key 0 in
/home/public/screen/inc/html.php on line
1271
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1453
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1454
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1457
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1458
Differences
This shows you the differences between two versions of the page.
|
|
— |
commands:encoding [2010-01-22 23:48] (current) asciiphil created |
| ====== encoding ====== |
| |
| ===== Default Keybindings ===== |
| |
| None. |
| |
| ===== Syntax ===== |
| |
| * ''**encoding** //enc// [//enc//]'' |
| |
| ===== Description ===== |
| |
| Tell ''screen'' how to interpret its input and output. The first argument |
| sets the encoding of the current window. Each window can emulate a |
| different encoding. The optional second parameter overwrites the encoding |
| of the connected terminal. It should never be needed as screen uses the |
| locale setting to detect the encoding. There is also a way to select a |
| terminal encoding depending on the terminal type by using the "''KJ''" |
| termcap entry. |
| |
| Supported encodings are: eucJP, SJIS, eucKR, eucCN, Big5, GBK, KOI8-R, CP1251, |
| UTF-8, ISO8859-2, ISO8859-3, ISO8859-4, ISO8859-5, ISO8859-6, ISO8859-7, |
| ISO8859-8, ISO8859-9, ISO8859-10, ISO8859-15, jis. |
| |
| See also ''[[commands:defencoding]]'', which changes the default setting of a new window. |
| |
| |
| ===== Examples ===== |
| |
| None yet. |
| |
| ===== See Also ===== |
| |
| * [[:terminal]] |
| |