Give warnings when attempting to use encoding iconv doesn't support.
commitc845f0bb784347f38e2a667ca67dcfa6ce5e78f0
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 5 Jul 2008 07:14:32 +0000 (5 03:14 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 5 Jul 2008 07:14:32 +0000 (5 03:14 -0400)
treeca6a9284a04098859f2ee4dc8c485616744bd650
parent594268ca3baabdafc690a595abba59422b9438b2
Give warnings when attempting to use encoding iconv doesn't support.

Previously, attempting to set %Core.Encoding to an encoding iconv didn't
know about would result in a silent failure, with the return of the
boolean false. Now it will fatally error out.

Reported-by: mcgrailm <mgm19@psu.edu>
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
NEWS
library/HTMLPurifier/Encoder.php
tests/HTMLPurifier/EncoderTest.php