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&#315;IV">
<input type='submit' value="submit">
</form>
</BODY>
</HTML>
the request field AAA should be PAĻIV but it is PA?V
How I can read special characters like Ļ Ā Ī and others?
I use Jetty web server and struts2.
Thanks!
--
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)