Startup script, flag for enabling UTF-8

Discussion in 'Bukkit Help' started by TheMcPlayer1997, Aug 29, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    TheMcPlayer1997

    Hello! About a week ago i found a guy who added a code to his startup script to enable UTF-8.
    It was something like this:
    java -server -Xmx2048M -jar Craftbukkit.jar --UTF8
    I can't sadly remember the code he used to enable the UTF8 and i can't find the post where he pasted the code.
    IF anyone know how to enable UTF8 in then i would be very happy to know.
     
  2. Offline

    martian3333

    TheMcPlayer1997
    java -server -Dfile.encoding=UTF8 -Xmx2048M -jar Craftbukkit.jar
     
  3. Offline

    TheMcPlayer1997

    Awesome thanks!
     
Thread Status:
Not open for further replies.

Share This Page