Project

General

Profile

Encoding » History » Version 2

Per Amundsen, 10/22/2015 03:22 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 2 Per Amundsen
_Setting will update the serverlist entry if found._
10
11 1 Per Amundsen
*Parameters*
12
13
[codepage] - The "codepage":https://en.wikipedia.org/wiki/Code_page to set. -1 will use the system default encoding.
14
15
*Example*
16
17
<pre>
18
;Set codepage to UTF-8
19
/encoding 65001
20
21
;Set codepage to ISO-8859-11
22
/encoding 28601
23
24
;Set codepage to system default
25
/encoding -1
26
</pre>