Hi!

I have one form post in windows-1257 and I can not read locale specific
characters in request parameters.

<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="L-&amp;#315;">
<input type='submit' value="submit">
</form>
</BODY>
</HTML>

the request field AAA should be L-&#315;. but it is L-?

 In AppFuse 1.9.3 I was able to read parameter at least with conversion:
new String( param.getBytes("ISO-8859-1"), "windows-1257" )

How to read request parameter in windows-1257 encoding in appfuse 2+struts2?

Thanks!

-- 
View this message in context: 
http://www.nabble.com/How-to-read-request-parameter-in-windows-1257-encoding-in-appfuse-2%2Bstruts2--tf3281070s2369.html#a9126294
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to