[TYPO3-core] FYI Fixed bug #11945: TS objectbrowser converts labels to uppercase improperly (thanks to Christopher Stelmaszyk)

Martin Kutschker masi-no at spam-typo3.org
Sun Sep 13 21:21:35 CEST 2009


Christopher Stelmaszyk schrieb:
> Hi Masi,
> 
> "Martin Kutschker" schrieb:
>>>> I suggest to postpone this patch to 4.4 and come up with a refactored
>>>> charcter set handling. I propose to drop $LANG and use a character set
>>>> and a label singleton instead in the BE. The FE should use the same
>>>> classes.
>>> OK, anyway a fix for at least those occurrences where 
>>> t3lib_div::strtoupper
>>> and t3lib_div::strtolower are used on localized strings would be nice to
>>> have...
>> Where in the Core is t3lib_div::strtolower/-upper() used on non-ASCII
>> stings? This is of course bogus and should not happen.
> 
> in the template module.
> A Core-Dev suggested using this function there, so I used it...
> The attached patch fixes this problem.
> 
> All other occurrences of this function (in felogin and indexed_search) seem 
> to be OK.

Christopher's patch solves the real issue (see changed subject) and new
bug report:

http://bugs.typo3.org/view.php?id=11945

I see this as a no-brainer and have committed it (trunk revision 5921).

Masi


More information about the TYPO3-team-core mailing list