Hi!

I have to read form post in windows-1257 encoding:

<HTML>
<HEAD>
      <meta http-equiv="Content-Type" content="text/html;
charset=windows-1257">
</HEAD>
<form name="testForm" action="http://localhost:8080/myStruts2Action.html";
method="post">
<input type="hidden" name="AAA" value="PA&amp;#315;IV">
<input type='submit' value="submit">
</form>
</BODY>
</HTML>

the request field AAA should be PA&#315;IV but it is PA?V

How I can read special characters like Ļ Ā Ī and others?

I use Jetty web server and struts2.

Thanks!

-- 
View this message in context: 
http://www.nabble.com/how-to-read-request-parameter-in-windows-1257-encoding-tf3284137.html#a9135097
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to