i am using tomcat 5.5.25 that currently has a parameter to support this
: URIEncoding="UTF-8"
If i set this parameter at the connector the value is displayed as
question marks ( page source ) and print out is wrong again...
Regards,
Leon
Lukasz wrote :
That's why browsers encoding such request with this %something, but
the case is why they aren't decoded at the end. I think is a problem
with default container encoding, by default is not UTF-8, that's why
you have to specified it directly.
Regards
-- Lukasz
Gabriel Belingueres wrote:
Found this in the HTML spec [1]:
Note. The "get" method restricts form data set values to ASCII
characters. Only the "post" method (with
enctype="multipart/form-data") is specified to cover the entire
[ISO10646] character set.
So if I think you must use POST if you want those non-ascii chars to
be correctly encoded by the browser.
[1] http://www.w3.org/TR/html401/interact/forms.html#submit-format
2008/9/16 Leonidas Papadakis <[EMAIL PROTECTED]>:
Thanks for the reply.
The page that i have is set to utf8 encoding. I have a search field where i
enter greek characters. When i use post on the form struts2 has the correct
value, when i use get the value is altered i think urlencoded. I think this
should be the same for all languages that have non latin characters.
Leon
Gabriel Belingueres wrote:
can you share an example of those encoding problems?
In which char encoding is your form sent?
2008/9/15 Leonidas Papadakis <[EMAIL PROTECTED]>:
Hi there,
i have developed an application mostly with post methods. I have recently
changed posts to gets and i came up with encoding problems.
If i try to call an action with get method the value is completely messed
up
, but post works fine. This only applies to non latin characters ...
Does anyone have any ideas on how to overcome this ?
I appreciate your replies.
Regards,
Leon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]