users@jersey.java.net

[Jersey] Re: how to preserve HTML formatting for a byte[] by Jersey client

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Tue, 19 Jul 2011 13:39:11 -0700

On Tue, Jul 19, 2011 at 1:17 PM, Pavel Bucek <pavel.bucek_at_oracle.com> wrote:
> this is not related to formatting, my bet is on encoding issues. Are you

Agreed. One newbie mistake is also to assume that shell/console
displays things correctly -- more often than not it won't, as it
assumes encoding different from what code is trying to dump. Same goes
for log files, which may well default to ISO-8859-x encodings (instead
of UTF-8).

-+ Tatu +-