[
https://issues.apache.org/jira/browse/WICKET-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779851#comment-13779851
]
Martin Grigorov commented on WICKET-5357:
-----------------------------------------
I don't see an urgent need for this, but if someone wants to implement it - the
code is in org.apache.wicket.util.io.XmlReader.
> Markup encoding should also be read from <meta charset="utf-8">
> ---------------------------------------------------------------
>
> Key: WICKET-5357
> URL: https://issues.apache.org/jira/browse/WICKET-5357
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 6.8.0
> Reporter: Hendy Irawan
> Priority: Minor
>
> Currently Wicket only reads from XML prolog:
> <?xml version="1.0" encoding="UTF-8"?>
> Since HTML5 is also supported (which means XML prolog is incorrect since it's
> not XML), markup encoding should also be read from meta charset e.g.
> <meta charset="utf-8">
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira