Re: Character encoding issues

2016-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 8/24/16 3:46 PM, James H. H. Lampert wrote: > On 8/24/16, 12:36 PM, Mark Thomas wrote: > >> At a guess, something in the web application is using the >> platform default encoding rather than an explicit encoding. Given >> that the Linux b

Re: Character encoding issues

2016-08-24 Thread James H. H. Lampert
On 8/24/16, 12:36 PM, Mark Thomas wrote: At a guess, something in the web application is using the platform default encoding rather than an explicit encoding. Given that the Linux box is OK, it looks like the app should be explicitly using UTF-8 everywhere. Based on a response I got on the Mid

Re: Character encoding issues

2016-08-24 Thread Mark Thomas
On 24/08/2016 17:43, James H. H. Lampert wrote: > Ladies and Gentlemen of the Tomcat and Midrange-Java communities: > > We're having a weird problem with character encoding in a Tomcat webapp. > > We've added an interface to GMail to our webapp, and we've got, just for > our own development, test

Character encoding issues

2016-08-24 Thread James H. H. Lampert
Ladies and Gentlemen of the Tomcat and Midrange-Java communities: We're having a weird problem with character encoding in a Tomcat webapp. We've added an interface to GMail to our webapp, and we've got, just for our own development, testing, and production use, instances of that webapp running