1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00
mpv/DOCS/xml/BUGS

10 lines
303 B
Plaintext
Raw Normal View History

* Can't change output encoding...it's always ISO-8859-1. :-(
Should figure out a way to change it...
<xsl:output encoding="..."/> does not seem to work with xsltproc.
<xsl:param name="chunker.output.encoding" select="'...'"/> seems not to
work either.
Is it a limitation of xsltproc?