> From: Stephen Caine [mailto:[EMAIL PROTECTED]
> Subject: How to set a charset
>
> We have tracked down the cause of our encoding problem to an
> apparent bug in the Jakarta Response Tag Library.
>
> By the way, this library has been deprecated, do you know what
> library has replaced its funct
> From: Stephen Caine [mailto:[EMAIL PROTECTED]
> Subject: Re: How to set a charset
>
> We are using JSP's. The data is coming from a database and the
> storage format is MacRoman. The database displays the characters
> correctly.
I'm not concerned with the so
Stephen,
assuming you are running Tomcat in a unix/linux environment, try to set
the locale environment
in the shell script that start tomcat.
Something like this:
LC_CTYPE=en_GB.UTF-8
Mauro
--
Stephen Caine wrote:
My problem is that I need for my browser to display characters using
the U
Chuck,
My problem is that I need for my browser to display characters
using the UTF-8 character set. In other words, characters such
as, "é, ü" are displayed as garbage.
This is a frequent topic in the mailing list; have you checked the
archives? Try: http://marc.theaimsgroup.com/?l
> From: Stephen Caine [mailto:[EMAIL PROTECTED]
> Subject: How to set a charset
>
> My problem is that I need for my browser to display characters using
> the UTF-8 character set. In other words, characters such as, "é, ü"
> are displayed as garbage.
This is a frequent topic in the mailing