Lines Matching refs:charset
1683 $charset = null;
1689 $charset = $matches[1];
1693 . $charset
1699 if (empty($charset)) {
1720 $charset = $matches[1];
1731 $charset = 'ISO-8859-1';
1737 if (empty($charset)) {
1740 $charset = $meta->charset;
1742 $debug_object->debug_log(2, 'meta charset: ' . $charset);
1747 if (empty($charset)) {
1781 $charset = $encoding;
1783 $debug_object->debug_log(2, 'mb_detect: ' . $charset);
1789 if (empty($charset)) {
1791 $charset = 'UTF-8';
1793 $debug_object->debug_log(2, 'No match found, assume ' . $charset);
1799 if ((strtolower($charset) == 'iso-8859-1')
1800 || (strtolower($charset) == 'latin1')
1801 || (strtolower($charset) == 'latin-1')) {
1802 $charset = 'CP1252';
1805 'replacing ' . $charset . ' with CP1252 as its a superset'
1811 $debug_object->debug_log(1, 'EXIT - ' . $charset);
1814 return $this->_charset = $charset;