Solved Is there any way I could save ✰ symbol to yml file?

Discussion in 'Plugin Development' started by Ibas, Aug 9, 2013.

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

    Ibas

    This symbol works perfectly on minecraft, but there is only one problem with saving it to file, because I want to add this symbol in player's suffix.
     
  2. Offline

    CubieX

    Hm.
    I would try to change the yml's text coding to "UTF-8".
    Good editors can do this. (like Notepad++ for example)
     
  3. Offline

    Ibas

    I'm getting "?" if I'm trying to paste symbol.
     
  4. Offline

    Ibas

    Bump
     
  5. Offline

    Dyprex

    Convert the char to unicode value and save this int to your yml file. And for loading vice versa: load the int from the yml and convert from unicode value to character.
     
  6. Offline

    Ragnazar

    I may be wrong, but ✰ symbol is incompatible with minecraft. Minecraft dont handle most of Unicode symbols
    So there's no way to add it
     
  7. Offline

    lycano

Thread Status:
Not open for further replies.

Share This Page