aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-08-08 13:46:45 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-08-08 13:46:45 +0000
commitb8c801604427441004dd77eaed275b2b952f1fe4 (patch)
tree4045fab9eef0dd9803ef674045d6702dbff4533e /result
parent10752284e3e3401725a2ab49fee1367201eeff6a (diff)
downloadandroid_external_libxml2-b8c801604427441004dd77eaed275b2b952f1fe4.tar.gz
android_external_libxml2-b8c801604427441004dd77eaed275b2b952f1fe4.tar.bz2
android_external_libxml2-b8c801604427441004dd77eaed275b2b952f1fe4.zip
fixed bug #310333 with a patch close to the provided patch for HTML UTF-8
* HTMLtree.c: fixed bug #310333 with a patch close to the provided patch for HTML UTF-8 serialization * result/HTML/script2.html: this changed the output of that test Daniel
Diffstat (limited to 'result')
-rw-r--r--result/HTML/script2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/result/HTML/script2.html b/result/HTML/script2.html
index 9677f3c2..bf9318e8 100644
--- a/result/HTML/script2.html
+++ b/result/HTML/script2.html
@@ -6,9 +6,9 @@
</head>
<body><div id="portal">
<script type="text/javascript">
- documen.write("P&#345;&iacute;li&scaron; &#382;lu&#357;ou&#269;k&yacute; k&#367;&#328; &uacute;p&#283;l &#271;&aacute;belks&eacute; &oacute;dy");
+ documen.write("Příliš žluťoučký kůň úpěl ďábelksé ódy");
</script><p>
- P&#345;&iacute;li&scaron; &#382;lu&#357;ou&#269;k&yacute; k&#367;&#328; &uacute;p&#283;l &#271;&aacute;belks&eacute; &oacute;dy;
+ Příliš žluťoučký kůň úpěl ďábelksé ódy;
</p>
</div></body>
</html>