Dear wicket wizzards,
I have a character encoding problem (with wicket 1.1beta2 and 1.1beta3).
1. My HTML file is IOS-8859-1 encoded an a-umlaut (ä) is correctly represented
in unicode as $C3A4.
2. The a-umlaut is not part of a wicket-generated <span wicket:id...> element,
it is pure html
3. Yes, I could wirte the a-umlaut as ä but I use this just as a
demonstration
to simplify my java problem for you.
4. The rendered HTML that goes to the browser still containts the umlaut in
unicode
representation $C3A4 and not as $E4, which is the ISO-88591 single byte
representation of 'ä'.
5. Firefox has no problem and shows a proper 'ä'
6. Internet Explorer shows 'ä'.
7. I try to force the encoding by calling
getApplicationSettings().setDefaultMarkupEncoding("ISO-8859-1");
but the result is the same.
8. Yes, I read the "Markup encoding" in the wiki under
http://wicket.sourceforge.net/wiki/index.php/Markup_encoding
9. By the way. The Wiki says "THIS IS GOING TO CHANGE in 1.1". What changes
will
appear? Is my problem related to this changes?
10. Nevertheless: It's a pleasure to use Wicket! I evaluated a lot of frameworks
(JSP/JSF/Tapestry/WebOnSwing/W4T) and wicket was the very best.
Stefan
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user