[Typo3] translation in extension's locallang utf-8
Krystian Szymukowicz
t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Fri Oct 21 18:50:09 CEST 2005
>
> $LOCAL_LANG = Array (
> 'default' => Array (
> 'username' => 'chinese in utf-8:',
> 'missing_username' => 'chinese in utf-8!',
> 'password' => 'chinese in utf-8', ....
>
> the extension i am using is "sr_feuser_register" & "newloginbox"
> beta website : http://218.206.71.235:81/testsite/index.php?id=19
>
> many many thanks in advance,
hi
From my experience (3 multilanguage sites) locallang CAN NOT BE done in
utf-8. I had been doing the same mistake as you do until I realized that
locallang should NOT be done in utf-8.
I dont know what charset coding would be good for chinese if not utf-8.
Maybe Big5 or GB 2312 ? I have never tested but you can try it out.
For sure utf-8 is not the right charset to use in locallang.php.
--
grtz
Krystian
Szymukowicz
More information about the TYPO3-english
mailing list