Yigal Lazarev wrote:
Well Michael you've just solved the problem!
Thank you very much ! :)
You are welcome!
Try to avoid top posting in future:
http://en.wikipedia.org/wiki/Posting_style
Which barely impossible to read
Cheers to israel,
Mike
--
OOXML - Say NO To Microsoft Office broken st
Well Michael you've just solved the problem!
Thank you very much ! :)
On Nov 8, 2007 12:46 PM, Michael <[EMAIL PROTECTED]> wrote:
> Michael wrote:
> > Yigal Lazarev wrote:
> >> Shalom Michael,
> >> Thanks for your reply, but as you can see in my first post, this was
> the
> >> second thing I trie
Michael wrote:
Yigal Lazarev wrote:
Shalom Michael,
Thanks for your reply, but as you can see in my first post, this was the
second thing I tried..
Inserting URIEncoding="UTF-8" to the HTTP and the AJP/1.3 connectors in
server.xml didn't help.
More suggestions?
did you tell the JVM to use UTF-
Yigal Lazarev wrote:
Shalom Michael,
Thanks for your reply, but as you can see in my first post, this was the
second thing I tried..
Inserting URIEncoding="UTF-8" to the HTTP and the AJP/1.3 connectors in
server.xml didn't help.
More suggestions?
did you tell the JVM to use UTF-8 as file encodi
Shalom Michael,
Thanks for your reply, but as you can see in my first post, this was the
second thing I tried..
Inserting URIEncoding="UTF-8" to the HTTP and the AJP/1.3 connectors in
server.xml didn't help.
More suggestions?
On Nov 8, 2007 11:28 AM, Michael <[EMAIL PROTECTED]> wrote:
> Yigal Laz
Yigal Lazarev wrote:
Hi,
I'm deploying a JSF WAR onto Tomcat 6.0.14 under Windows 2003 with JVM
version 1.6.0_03-b05, and using MySQL db.
When I submit a form using POST method, and in the server side take the
fields and send them as an email using JavaMail- i lose the UTF-8 encoded
characters s
Thanks for the reply Chuck,
I read in the documentation that the default encoding in Tomcat for incoming
requests like from a form submission is Latin-1 (ISO-8859-1).
So the text in nameTextField (which is of type TextField) is UTF-8 text that
was 'treated' like Latin-1.
What I did is as suggested
> From: Yigal Lazarev [mailto:[EMAIL PROTECTED]
> Subject: Tomcat 6.0.14 and UTF-8 POST form problem
>
> * * Converting from ISO to UTF: *
> String subj = "קורות חיים של "+new
> String(((String)nameTextField.getValue()).
> getBytes("ISO-8859-1"), "UTF-8");
I'm confused: if the text is already in