The Microsoft characters are encoded in CP-1252
(http://en.wikipedia.org/wiki/Windows-1252).
However, if the problem is the database-driven content, then you also need to consider
the encoding that the dB is using. For example, MySQL might by default use latin1
(ISO-8859-1), so your data migh
On 27/08/2010 18:23, laredotornado wrote:
>
> Hi,
>
> I'm using Tomcat 6.0.26. I'm noticing that when our JSPs pages are served,
> we frequently have "?"s where apostrophes should be. We think this is
> because the database-driven content contains the Microsoft style apostrophe.
[wince]
> M
w this message in context:
http://old.nabble.com/Character-encoding-question-tp29554957p29554957.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
F
Just curious why it requires a filter to be used to set character
encoding when it is set at the app server and form level as UTF8? What
I noticed is it gets translated incorrectly from the form to the
servlet. Is that correct? Is it a low level API that causes this?
Thanks,
Joe