Bug #20272 ยป 10838.diff
t3lib/class.t3lib_cs.php (working copy) | ||
---|---|---|
*/
|
||
function utf8_decode($str,$charset,$useEntityForNoChar=0) {
|
||
if ($charset === 'utf-8') return $str;
|
||
// Charset is case-insensitive.
|
||
if ($this->initCharset($charset)) { // Parse conv. table if not already...
|
||
$strLen = strlen($str);
|