最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 Core.Encoding
W 2 TYPE: istring
3 DEFAULT: 'utf-8'
4 --DESCRIPTION--
5 If for some reason you are unable to convert all webpages to UTF-8, you can
6 use this directive as a stop-gap compatibility change to let HTML Purifier
7 deal with non UTF-8 input.  This technique has notable deficiencies:
8 absolutely no characters outside of the selected character encoding will be
9 preserved, not even the ones that have been ampersand escaped (this is due
10 to a UTF-8 specific <em>feature</em> that automatically resolves all
11 entities), making it pretty useless for anything except the most I18N-blind
12 applications, although %Core.EscapeNonASCIICharacters offers fixes this
13 trouble with another tradeoff. This directive only accepts ISO-8859-1 if
14 iconv is not enabled.
15 --# vim: et sw=4 sts=4