diff options
Diffstat (limited to 'library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt')
-rw-r--r-- | library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt b/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt deleted file mode 100644 index 071bc0295..000000000 --- a/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt +++ /dev/null @@ -1,7 +0,0 @@ -Test.ForceNoIconv -TYPE: bool -DEFAULT: false ---DESCRIPTION-- -When set to true, HTMLPurifier_Encoder will act as if iconv does not exist -and use only pure PHP implementations. ---# vim: et sw=4 sts=4 |