Feature Requests item #1494535, was opened at 2006-05-24 21:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1494535&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 2.0
Status: Open
Priority: 5
Submitted By: Eelco Hillenius (eelco12)
Assigned to: Nobody/Anonymous (nobody)
Summary: support setting encoding using meta tag

Initial Comment:
We currently support setting the encoding of a page using

<?xml version="1.0" encoding="UTF-8"?>

, which is very nice and should work for xhml. It would
be even nicer if we additionally would support setting
the encoding via a meta tag:

<meta http-equiv="content-type"
content="application/xhtml+xml; charset=UTF-8" />

It got reports that the XML declaration and IE don't
play nice together, so this could be a workaround for that.

Another thing to consider is to pull the xml
declaration out once it is read.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1494535&group_id=119783


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to