Re: UTF-8 JavaScript and HTML Files

2006-01-18 Thread Mark Thomas
Erik Onnen wrote: > In doing some additional testing, I can confirm that the problem does > not present on MAC OSX or Windows2K3, so it seems to be localized to > Tomcat(5.029|5.5.14|5.5.15)/SunJDK-1.5.05-b5/(SUSE10|SLES9). I am afraid I don't have access to either of those operating systems. If I

Re: UTF-8 JavaScript and HTML Files

2006-01-17 Thread Erik Onnen
Rob Gregory wrote: I don't have the time to fully understand your question (time for bed) but after scanning your issues this post may help:- Topic regarding UTF-8 vs ISO encoding http://wiki.apache.org/tomcat/Tomcat/UTF-8 Sorry if I'm really off topic but the linked document is small and inter

RE: UTF-8 JavaScript and HTML Files

2006-01-17 Thread Rob Gregory
as to why it's needed... Hope it helps. Rob -Original Message- From: Erik Onnen [mailto:[EMAIL PROTECTED] Sent: 18 January 2006 00:42 To: Tomcat Users List Subject: Re: UTF-8 JavaScript and HTML Files Thanks for the suggestion, Mark. I hadn't tried that yet and I wasn't sure

Re: UTF-8 JavaScript and HTML Files

2006-01-17 Thread Erik Onnen
Thanks for the suggestion, Mark. I hadn't tried that yet and I wasn't sure what exactly was serving the static content so your suggestion will help me get further on my own. Unfortunately, I'm still seeing the same problem after the suggested change. Perhaps I need to undo some of my previous c

Re: UTF-8 JavaScript and HTML Files

2006-01-17 Thread Mark Thomas
Erik Onnen wrote: > Verified and re-verified, that's why I went the path of configuring > multibyte support to begin with. Have you changed fileEncoding for the default servlet in conf/web.xml? If not, try setting it to UTF-8. It controls the encoding used to read static files and defaults to the p

Re: UTF-8 JavaScript and HTML Files

2006-01-17 Thread Erik Onnen
Caldarale, Charles R wrote: From: Erik Onnen [mailto:[EMAIL PROTECTED] Subject: UTF-8 JavaScript and HTML Files 1) Not using APR, sendfile should not be an issue 2) My locale is set: "export LC_ALL=en_US.utf8" 3) File encoding is set for the JDK: "-Dfile.encoding=UTF-8" 4) contextDefaultEncodin

RE: UTF-8 JavaScript and HTML Files

2006-01-16 Thread Caldarale, Charles R
> From: Erik Onnen [mailto:[EMAIL PROTECTED] > Subject: UTF-8 JavaScript and HTML Files > > 1) Not using APR, sendfile should not be an issue > 2) My locale is set: "export LC_ALL=en_US.utf8" > 3) File encoding is set for the JDK: "-Dfile.encoding=UTF-8" > 4) contextDefaultEncoding is set to "UTF