Re: utf-8 encoding problem

2007-08-16 Thread Joseph Shraibman
Mark Thomas wrote: request.setCharacterEncoding(UTF-8); Is this always safe? For responses I can (and do) check the accept-charset request paramater, but I can't figure out how to tell what the request encoding should be.

Re: utf-8 encoding problem

2007-08-16 Thread Joseph Shraibman
that! Anyway it seems firefox (and I assume IE) submit the form in whatever the page encoding was, so for all forms I serve up myself I'll just send the endong to UTF-8 and I'll assume it will come back as UTF-8 Does Tomcat know anything about _charset_ ? Joseph Shraibman wrote: Mark Thomas wrote

Re: utf-8 encoding problem

2007-08-15 Thread Joseph Shraibman
Nathan Hook wrote: A few things... First, what type of apostrophe are you using? Are you using a typical ascii apostrophe (') or are you using the Microsoft slanted apostrophe that comes out of word documents (#8242;)? It's #8217; Here are two links that describe the problem:

mod_proxy_ajp

2005-12-01 Thread Joseph Shraibman
Does anybody have any idea how to use mod_proxy_ajp? The documentation page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks about the ajp protocol. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional