Subject: | UTF8 should be UTF-8 in XML::LibXML::Document POD |
One of my users complained that my xml documents used 'UTF8' as the
encoding, and their parser was choking on it. I copied the value from
the XML::LibXML::Document documentation, which is apparently incorrect.
The encoding name should be UTF-8.
See http://www.w3.org/TR/2004/REC-xml-20040204/#charencoding
Also, searching that recommendation for 'UTF8' produces no results, but
'UTF-8' appears many times.