1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00
libxml2/result/icu_parse_test.xml.sax

10 lines
189 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(foo)
SAX.characters(
Text with EUC-JP chars at pos, 170)
SAX.characters(駪槗___
_, 11)
SAX.endElement(foo)
SAX.endDocument()