Nick Wellnhofer
8d0aaf4b95
parser: Remove xmlErrEncoding
...
Use xmlFatalErr or xmlCtxtErrIO.
2023-12-21 15:02:24 +01:00
Nick Wellnhofer
76c6da4209
error: Make sure that error messages are valid UTF-8
...
This has caused issues with the Python bindings for a long time.
Should fix #64 .
2022-12-04 23:34:19 +01:00
Daniel Veillard
4a5d80aded
Fix a bug in CData error handling in the push parser
...
For https://bugzilla.gnome.org/show_bug.cgi?id=754947
The checking function was returning incorrect args in some cases
Adds the test to teh reg suite and fix one of the existing test output
2015-09-18 15:06:46 +08:00
Daniel Veillard
3fa5e7e44c
fixed a bug failing to detect UTF-8 violations in CData in push mode.
...
* parser.c: fixed a bug failing to detect UTF-8 violations in
CData in push mode.
* result/errors/cdata.xml* test/errors/cdata.xml: added the test
to the regressions
Daniel
2005-07-04 11:12:25 +00:00