users@jersey.java.net

[Jersey] Re: how to rename XmlRootElement in JSON

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Mon, 13 Jun 2011 11:51:58 -0700

On Mon, Jun 13, 2011 at 6:15 AM, Maxrunner <joao.rossa_at_gmail.com> wrote:
>
> That's what im doing but i get those wacky chars when i use ç or ã for
> example....

That means that some piece of code is using incorrect encoding --
often due to relying on the default platform encoding.
Another common problem is that System.out does not necessarily use
encodings correctly; so even if your data is correct, it might look
like it was not.

-+ Tatu +-