Symbols Error?

Discussion in 'Plugin Development' started by MrGriefer_HGTech, Aug 26, 2015.

Thread Status:
Not open for further replies.
  1. Hello developers,

    I'm working on a plugin and I want to send players a message that contains "➙" so I did

    player.sendMessage("§3➙");
    And then I tried to save it using: Ctrl + S
    It gives me an error message saying:

    Save could not be completed. Try File > Save As... if the problem persists.
    Reason:
    Some characters cannot be mapped using "Cp1252" character encoding.

    How could I fix this? I don't understand anything from the message + What's a "Cp1252"?
     
  2. It's something like UTF-8 or Ansi. Change your compiler encoding settings
     
  3. How can I change my encoding settings?? Window > Preferences??
     
  4. Offline

    OhhPickles

    Yes should be in there or you can just use ChatColor..
     
  5. Offline

    oceantheskatr

    I think the problem is with the right arrow, not the squiggly thing before the Colour code.
     
Thread Status:
Not open for further replies.

Share This Page