[3.1.1] Fix Shift_JIS encoding wonkiness with yen symbols and whatnot
commitbb16d8eae571dd4e30e3a62cce03d436d46cefaf
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 25 May 2008 05:40:20 +0000 (25 05:40 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 25 May 2008 05:40:20 +0000 (25 05:40 +0000)
tree53d9153461ae1ea78511a711c38b32582c46cd9f
parent10530d7f815803493df150fa07080669796bd33a
[3.1.1] Fix Shift_JIS encoding wonkiness with yen symbols and whatnot
- Improve parseCDATA algorithm to take into account newline normalization
- Fix regression in FontFamily validator. We now have a legit parser in place, albeit somewhat limited in use. Will be superseded by parser for entire grammar
- Convert EncoderTest to new format

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1769 48356398-32a2-884e-a903-53898d9a118a
NEWS
library/HTMLPurifier/AttrDef.php
library/HTMLPurifier/AttrDef/CSS/FontFamily.php
library/HTMLPurifier/Encoder.php
tests/HTMLPurifier/AttrDef/CSS/FontFamilyTest.php
tests/HTMLPurifier/AttrDef/TextTest.php
tests/HTMLPurifier/AttrDefTest.php
tests/HTMLPurifier/EncoderTest.php
tests/HTMLPurifierTest.php