[TYPO3-english] thumbs not generated in backend when files contain Chinese Character.

Steffen Gebert steffen at steffen-gebert.de
Mon Jan 11 10:33:41 CET 2010


Am 11.01.2010, 04:37 Uhr, schrieb Gideon So <gideonso at livingwater.org.hk>:

> Hi Steffen,
>
> 	Tested. All Chinese characters are removed in both 4.2.10 and 4.2.9.  
> But the problem only exists in the backend of 4.2.10.
>
It's because of a security patch in 4.2.10.

I have a similar bug at our hoster (domainfactory here in germany), where
also all special chars are removed.
They told me, their apache somehow misteric runs english locales (after a
big update) and I should include this as a hot-fix:
setlocale(LC_ALL, 'de_DE.iso8859-1');

You could try this, too by setting a chinese charset (or utf-8 :-P).

Steffen


More information about the TYPO3-english mailing list