Malformed UTF-8 and non-SGML character detection and cleaning implemented
commit973cc43b640ee2e971b45ec8913ac934e7675560
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 19 Aug 2006 17:53:59 +0000 (19 17:53 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 19 Aug 2006 17:53:59 +0000 (19 17:53 +0000)
treeb05c72740af2746fe15f1ed5c9c182187d6f4272
parent53808ee34a02fb3730bd0506f3bdf061b6999b51
Malformed UTF-8 and non-SGML character detection and cleaning implemented

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@303 48356398-32a2-884e-a903-53898d9a118a
NEWS
library/HTMLPurifier/Generator.php
library/HTMLPurifier/Lexer.php
library/HTMLPurifier/Lexer/DOMLex.php
library/HTMLPurifier/Lexer/DirectLex.php
library/HTMLPurifier/Lexer/PEARSax3.php
smoketests/common.php [new file with mode: 0644]
smoketests/utf8.php
smoketests/variableWidthAttack.php
smoketests/xssAttacks.php
tests/HTMLPurifier/LexerTest.php