summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Switch to build2Karen Arutyunov1-14/+0
2017-11-08Remove tests for character reference values unsupported by Xerces-C++ 3.2Boris Kolpackov1-1/+1
It is actually unclear whether character references with more than 4 digits are valid. The XML spec seem to indicate they are but Xerces-C++ 3.2 serializer throws an invalid character reference exception (the parser appears to be able to handle them without problems).
2009-12-08Multiple object model character encodings supportBoris Kolpackov1-0/+14
Also add support for ISO-8859-1.