]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Core.EscapeNonASCIICharacters.txt
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
new file mode 100644 (file)
index 0000000..f50db2f
--- /dev/null
@@ -0,0 +1,13 @@
+Core.EscapeNonASCIICharacters\r
+TYPE: bool\r
+VERSION: 1.4.0\r
+DEFAULT: false\r
+--DESCRIPTION--\r
+This directive overcomes a deficiency in %Core.Encoding by blindly\r
+converting all non-ASCII characters into decimal numeric entities before\r
+converting it to its native encoding. This means that even characters that\r
+can be expressed in the non-UTF-8 encoding will be entity-ized, which can\r
+be a real downer for encodings like Big5. It also assumes that the ASCII\r
+repetoire is available, although this is the case for almost all encodings.\r
+Anyway, use UTF-8!\r
+--# vim: et sw=4 sts=4\r