Chris@0: # Configuration Chris@0: Chris@0: `Zend\Escaper\Escaper` has only one configuration option available, and that is Chris@0: the encoding to be used by the `Escaper` instance. Chris@0: Chris@0: The default encoding is **utf-8**. Other supported encodings are: Chris@0: Chris@0: - iso-8859-1 Chris@0: - iso-8859-5 Chris@0: - iso-8859-15 Chris@0: - cp866, ibm866, 866 Chris@0: - cp1251, windows-1251 Chris@0: - cp1252, windows-1252 Chris@0: - koi8-r, koi8-ru Chris@0: - big5, big5-hkscs, 950, gb2312, 936 Chris@0: - shift\_jis, sjis, sjis-win, cp932 Chris@0: - eucjp, eucjp-win Chris@0: - macroman Chris@0: Chris@0: If an unsupported encoding is passed to `Zend\Escaper\Escaper`, a Chris@0: `Zend\Escaper\Exception\InvalidArgumentException` will be thrown.