Bug #16177 » rtehtmlarea_bugfix_3546_typo3_4-2.patch
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;
|
- « Previous
- 1
- 2
- Next »