Encoding » History » Version 1
Per Amundsen, 02/09/2014 12:49 PM
1 | 1 | Per Amundsen | _Added in 1.8.3_ |
---|---|---|---|
2 | |||
3 | */encoding [codepage]* |
||
4 | |||
5 | Sets text encoding used on current server. |
||
6 | |||
7 | /encoding with no parameters will show current codepage. |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | [codepage] - The "codepage":https://en.wikipedia.org/wiki/Code_page to set. -1 will use the system default encoding. |
||
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | ;Set codepage to UTF-8 |
||
17 | /encoding 65001 |
||
18 | |||
19 | ;Set codepage to ISO-8859-11 |
||
20 | /encoding 28601 |
||
21 | |||
22 | ;Set codepage to system default |
||
23 | /encoding -1 |
||
24 | </pre> |