Hendy Irawan created WICKET-5357:
------------------------------------

             Summary: 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

Reply via email to