I have a Wicket 1.4 app. My .html files are in UTF-8.
But when rendered, the page is doubly-encoded, like if the UTF-8 content was treated as cp1250 and converted to UTF8.
Maven's ...
In Wicket, I am trying to include the text "fr?ctus m (feminine fr?cta, neuter fr?ctum)," in a webpage which is simply pulled from a static text file with the correct encoding ...