aboutsummaryrefslogtreecommitdiffstats
path: root/uri.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-03-22 15:22:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-03-22 15:22:27 +0000
commit146c9120ca81307e9cff8fa9bf3d056314934467 (patch)
tree457dd96a88cfe773fc720330ca18d84657700cd4 /uri.c
parenta5f013bf900a59cfb49aa2409e147eef633603e9 (diff)
downloadandroid_external_libxml2-146c9120ca81307e9cff8fa9bf3d056314934467.tar.gz
android_external_libxml2-146c9120ca81307e9cff8fa9bf3d056314934467.tar.bz2
android_external_libxml2-146c9120ca81307e9cff8fa9bf3d056314934467.zip
- parser.c: fixed a reported bug in NOTATION parsing
- uri.c: accepted but not fixed bug 51876, added TODO - Makefile.am: fixed bug 51876 Daniel
Diffstat (limited to 'uri.c')
-rw-r--r--uri.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uri.c b/uri.c
index 51c18041..2334ec9c 100644
--- a/uri.c
+++ b/uri.c
@@ -987,6 +987,10 @@ xmlURIUnescapeString(const char *str, int len, char *target) {
* It will try to escape the chars needing this, but this is heuristic
* based it's impossible to be sure.
*
+ * TODO: make the proper implementation of this function by calling
+ * xmlParseURIReference() and escaping each section accordingly
+ * to the rules (c.f. bug 51876)
+ *
* Returns an copy of the string, but escaped
*/
xmlChar *