Weird A Symbol (Â) I suspect encoding.

Discussion in 'Plugin Development' started by iiHeroo, Mar 12, 2014.

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

    iiHeroo

    So here's my issue mainly, I'm setting the chat format with this symbol, here's an image of what it looks like (http://icap.me/i/uGeg4v0P87.png) But there should be no A, the symbol I'm using is »

    No errors, code:
    Code:
    ev.setFormat(ChatColor.DARK_GRAY + "(" + ChatColor.GREEN + p.getLevel() + ChatColor.DARK_GRAY + ") " + p.getDisplayName() + " » " + ChatColor.GRAY + msg);

    Can anyone help here?
     
Thread Status:
Not open for further replies.

Share This Page