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, 7 insertions, 0 deletions
diff --git a/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt b/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt new file mode 100644 index 000000000..071bc0295 --- /dev/null +++ b/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt @@ -0,0 +1,7 @@ +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 |