Actions
Added in 1.8.3
/encoding [codepage]
Sets text encoding used on current server.
/encoding with no parameters will show current codepage.
Setting will update the serverlist entry if found.
Parameters
Parameter | Description |
[codepage] | The codepage to set. -1 will use the system default encoding. |
Example
;Set codepage to UTF-8 /encoding 65001 ;Set codepage to ISO-8859-11 /encoding 28601 ;Set codepage to system default /encoding -1
Updated by Per Amundsen over 1 year ago · 3 revisions