Closed kosloot closed 4 years ago
Hmm, I wonder if this is something I do or something the library does for me, but I agree with the suggestion indeed.
Seems to be in lxml? A bit strange it decides to use single quotes...
If I recall correctly this was in lxml (or libxml2 even?) so not something I have control over. Closing the issue.
Minor detail, but foliavalidator uses
'
and not"
in its xml header output, even when the input uses"
. This makes comparing results a bit more difficult.Example: Input:
Output:
This is not invalid, but just an annoyance. Also, the "standard" would be to output "UTF-8" instead of "utf-8", that would also be 'nice to have'. otoh: that would make comparing more difficult again. maybe libfolia should add an exception for files where utf-8 is mentioned....