- Package:
- libxml-filter-sort-perl
- Source:
- libxml-filter-sort-perl
- Submitter:
- Vincent Lefevre
- Date:
- 2026-09-05 16:43:02 UTC
- Severity:
- normal
- Tags:
Consider the following file test.xml: <?xml version="1.0" encoding="utf-8"?> <root> <i>é</i> <i>a</i> </root> I get: $ xmlsort -r i -k . test.xml <root> <i>a</i> <i>�</i> </root>
now that my upstream bug report has appeared...