#260: Character encoding is not specified for RDF content ------------------------+--------------------------------------------------- Reporter: inigo | Owner: Nobody Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: | ------------------------+---------------------------------------------------
Comment(by inigo):
For this to work, emit_rdfxml in RDF.pm needs to have config => $config, added to its %tt_vars.
It's also nicer to use:
?xml version="1.0" [%- IF config.http_charset %]encoding="[% config.http_charset %]"[%- END %]?>
to cope if the charset isn't provided.