Home | History | Annotate | Download | only in geshi

Lines Matching refs:encoding

518      * The encoding to use for entity encoding
522 var $encoding = 'utf-8';
1752 * Sets the encoding used for htmlspecialchars(), for international
1760 * @param string The encoding to use for the source
1763 function set_encoding($encoding) {
1764 if ($encoding) {
1765 $this->encoding = strtolower($encoding);
2528 $es_char_m = mb_substr(substr($part, $es_pos+1, 16), 0, 1, $this->encoding);
2530 } else if (!GESHI_PHP_PRE_433 && 'utf-8' == $this->encoding) {