Project

General

Profile

Encoding » History » Revision 2

Revision 1 (Per Amundsen, 02/09/2014 12:49 PM) → Revision 2/3 (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":https://en.wikipedia.org/wiki/Code_page to set. -1 will use the system default encoding. 

 *Example* 

 <pre> 
 ;Set codepage to UTF-8 
 /encoding 65001 

 ;Set codepage to ISO-8859-11 
 /encoding 28601 

 ;Set codepage to system default 
 /encoding -1 
 </pre>