]> git.immae.eu Git - github/wallabag/wallabag.git/blame - 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
CommitLineData
d4949327
NL
1Core.EscapeNonASCIICharacters\r
2TYPE: bool\r
3VERSION: 1.4.0\r
4DEFAULT: false\r
5--DESCRIPTION--\r
6This directive overcomes a deficiency in %Core.Encoding by blindly\r
7converting all non-ASCII characters into decimal numeric entities before\r
8converting it to its native encoding. This means that even characters that\r
9can be expressed in the non-UTF-8 encoding will be entity-ized, which can\r
10be a real downer for encodings like Big5. It also assumes that the ASCII\r
11repetoire is available, although this is the case for almost all encodings.\r
12Anyway, use UTF-8!\r
13--# vim: et sw=4 sts=4\r