Actions
Charset » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Per Amundsen, 02/09/2014 12:45 PM
/charset [codepage]
Sets text encoding used on current server.
/charset with no parameters will show current codepage.
Parameters
[codepage] - The codepage to set. -1 will use the system default encoding.
Example
;Set codepage to UTF-8 /charset 65001 ;Set codepage to ISO-8859-11 /charset 28601 ;Set codepage to system default /charset -1
Updated by Per Amundsen almost 11 years ago · 2 revisions