Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt is written in an unsupported language. File is not indexed.
0001 Core.Encoding 0002 TYPE: istring 0003 DEFAULT: 'utf-8' 0004 --DESCRIPTION-- 0005 If for some reason you are unable to convert all webpages to UTF-8, you can 0006 use this directive as a stop-gap compatibility change to let HTML Purifier 0007 deal with non UTF-8 input. This technique has notable deficiencies: 0008 absolutely no characters outside of the selected character encoding will be 0009 preserved, not even the ones that have been ampersand escaped (this is due 0010 to a UTF-8 specific <em>feature</em> that automatically resolves all 0011 entities), making it pretty useless for anything except the most I18N-blind 0012 applications, although %Core.EscapeNonASCIICharacters offers fixes this 0013 trouble with another tradeoff. This directive only accepts ISO-8859-1 if 0014 iconv is not enabled. 0015 --# vim: et sw=4 sts=4