Project

General

Profile

Bug #20272 ยป 10838.diff

Administrator Admin, 2009-04-03 12:42

View differences:

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);
    (1-1/1)