Actions
Encoding » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Per Amundsen, 10/22/2015 03:22 PM
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
[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 about 9 years ago · 2 revisions