> 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 source of the data, since that should be
turned into Unicode by your JDBC driver (assuming you're retrieving it
as char, not byte).  However, if memory serves, the character set the
JSP is stored in has an effect on the the encoding of the output stream.
But I could have an erroneous recollection - the archives have more
information.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to