From ebf0da9b78230959f3a2508dae7c9f184481ed62 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 14 Aug 2006 13:08:59 +0000 Subject: [PATCH] Add UTF-8 encoding declaration to htmlspecialchars. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@251 48356398-32a2-884e-a903-53898d9a118a --- docs/examples/demo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/demo.php b/docs/examples/demo.php index fa8c74b2..964d688c 100644 --- a/docs/examples/demo.php +++ b/docs/examples/demo.php @@ -33,7 +33,7 @@ echo $pure_html;

Here is the source code of the purified HTML:

HTML