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