[TYPO3-english] Chinese language characters in realurl

PIT Solutions typo3 at pitsolutions.com
Mon Oct 24 11:53:28 CEST 2011


Hi,
Is it possible to use chinese characters in url like http://www.domain.ch/ch/%E6%9C%8D%E5%8A%A1/ in typo3? I am using typo3 4.4 and realurl 1.11.2.  The realurl configuration is as follows:

$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array (
'_DEFAULT' => array (
'init' => array (
'enableCHashCache' => 1,
'appendMissingSlash' => 'ifNotFile',
'enableUrlDecodeCache' => 1,
'enableUrlEncodeCache' => 1,
'enableAllUnicodeLetters' => 1
),
......
}
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.domain.cn']['init']['enableAllUnicodeLetters'] = 1;



But still I'm getting blank page as output and also the page source consists of broken links.
Thanks in advance.



Regards,
Sankar.V


More information about the TYPO3-english mailing list