Dzenan Ridjanovic wrote:

Juergen,

For me it looks like your editor is not saving the html document in

UTF-8 format but your computers default locale. Which editor are you
using?

I use Eclipse. And I see French accents in Eclipse.

With or without meta tag I have the same problem. In one of previous versions of Wicket I did not have this problem.

It may be a web app server thing. Configure Jetty or Tomcat or even the jvm they're running on to use UTF-8 as char encoding. I remember solving a similar problem on Tomcat by setting up the -Dfile.encoding=UTF-8 switch in CATALINA_OPTS env variable. Google for -Dfile.encoding for a while, you'll see you're not alone :-)


Dzenan




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to