Everything in wicket is by default UTF-8, see Application.getRequestCycleSettings().get/setResponseRequestEncoding()

is that what you receive a post or a get?
If it is a get and you are using tomcat. See that other encoding thread what to do then
(you need to configure the Tomcat connector to handle request params also in utf8)


I did fix some encoding issue in the current head. So you could bounch into that one with the current releases (1.2.2)

johan



On 9/25/06, Arseny <[EMAIL PROTECTED]> wrote:
Hello!
I have a localization issue. I need to have an input from a page in
Russian language. And I want the page to be UTF8.
I put meta with utf-8 charset in html page head but it does not help and
I still receive something like this:
input= "И"
instead of a Russian letter. How can I make wicket treat the input as UTF-8?

Thnx!




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to