[TYPO3-english] Chinese language characters in realurl

Michael Cannon michael at typo3vagabond.com
Mon Oct 24 12:56:07 CEST 2011


Sankar,

EXT:cbrealurl was handling display of Chinese characters out of the box.

You might need to ensure your PAGE object char encoding is correct.

Michael
--
Michael Cannon
The TYPO3 Vagabond
Been there, done that, 25 years of coding
Germany +49 (0)160 574 1973
US +1 617 539 6072
http://typo3vagabond.com





On Mon, Oct 24, 2011 at 11:53 AM, PIT Solutions <typo3 at pitsolutions.com>wrote:

> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list