Project

General

Profile

Bug #16177 » rtehtmlarea_bugfix_3546_typo3_4-2.patch

Administrator Admin, 2008-09-09 04:29

View differences:

typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php (copie de travail)
$this->parserCharset = strtolower($this->charset);
}
$internal_encoding = mb_internal_encoding(strtoupper($this->parserCharset));
//$regex_encoding = mb_regex_encoding(strtoupper($this->parserCharset));
$regex_encoding = mb_regex_encoding(strtoupper($this->parserCharset));
// In some configurations, Aspell uses 'iso8859-1' instead of 'iso-8859-1'
$this->aspellEncoding = $this->parserCharset;
(2-2/2)