]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Core.Encoding.txt
CommitLineData
d4949327
NL
1Core.Encoding\r
2TYPE: istring\r
3DEFAULT: 'utf-8'\r
4--DESCRIPTION--\r
5If for some reason you are unable to convert all webpages to UTF-8, you can\r
6use this directive as a stop-gap compatibility change to let HTML Purifier\r
7deal with non UTF-8 input. This technique has notable deficiencies:\r
8absolutely no characters outside of the selected character encoding will be\r
9preserved, not even the ones that have been ampersand escaped (this is due\r
10to a UTF-8 specific <em>feature</em> that automatically resolves all\r
11entities), making it pretty useless for anything except the most I18N-blind\r
12applications, although %Core.EscapeNonASCIICharacters offers fixes this\r
13trouble with another tradeoff. This directive only accepts ISO-8859-1 if\r
14iconv is not enabled.\r
15--# vim: et sw=4 sts=4\r