Wicket default is UTF-8. The problem is that e.g. Tomcat _requires_
some specific configuration as well. Wicket can do anything about it.

Juergen

On 11/9/06, Carfield Yim <[EMAIL PROTECTED]> wrote:
> Hi, I would like to use UTF-8 whatever the servlet container setup, so
> that I don't need to change that per installation of my application.
>
> I've take a look of
> http://www.mail-archive.com/[email protected]/msg19662.html
> but that doesn't really look related.
>
> In past I will just create a new PrintWriter like - new
> PrintWriter(new OutputStreamWriter(response.getoutputstream(),
> Charsets.utf8()), true);
>
> and work on that PrintWriter, can I do similar thing in wicket?
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to