1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

fixes again one of the problem raised by James Clark in #106788 Daniel

* entities.c: fixes again one of the problem raised by
  James Clark in #106788
Daniel
This commit is contained in:
Daniel Veillard
2003-02-26 15:49:03 +00:00
parent c482e261ad
commit 19ab45b5a5
2 changed files with 11 additions and 0 deletions

View File

@ -822,6 +822,12 @@ xmlEncodeSpecialChars(xmlDocPtr doc, const xmlChar *input) {
*out++ = 'o';
*out++ = 't';
*out++ = ';';
} else if (*cur == '\r') {
*out++ = '&';
*out++ = '#';
*out++ = '1';
*out++ = '3';
*out++ = ';';
} else {
/*
* Works because on UTF-8, all extended sequences cannot