UTF-8 Support

Discussion in 'Plugin Development' started by Pik0, Nov 26, 2013.

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

    Pik0

    Hi guys, i am developing some plugins and i have language support, like language.yml

    BUT, when someone uses UTF-8(arabic language) it bugs. How can i add UTF-8 support to my plugin?
     
  2. Offline

    geNAZt

    Well you need to be sure to save it in utf8 encoding
     
  3. Offline

    Pik0

    how? geNAZt

    anyone?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
  4. Offline

    geNAZt

    Which editor do you use ?`Normally every editor (good editor) has a Encoding setting.
     
  5. Offline

    Pik0

  6. Offline

    geNAZt

    In Eclipse:

    "Window -> Preferences" under "General->Workspace" there is a Box "File encoding".Change it from Cp1252 to UTF-8.
     
Thread Status:
Not open for further replies.

Share This Page