Re: Character encoding question

2010-08-29 Thread Dave Cherkassky
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

Re: Character encoding question

2010-08-27 Thread Pid
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