[TYPO3-core] RFC: Fix Bug 6428 - strtoupper doesn't work with turkish i

Steffen Kamper steffen at sk-typo3.de
Mon Oct 29 12:06:13 CET 2007


"Ingmar Schlecht" <ingmar at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1193653930.30628.typo3-team-core at lists.netfielders.de...
> Hi Steffen,
>
> +1 to all the lines changing the markers to uppercase like this:
>
> - $tmplArray['path'] = ...
> + $tmplArray['PATH'] = ...
>
> but -1 to the removal of the strtoupper() call.
>
> Changing the markers in the code to uppercase should already fix the issue 
> with the turkish locale, right?
>
> cheers
> Ingmar
>
>

Hi Ingmar,

the strtoupper in this case is absolute useless - the only reason for the 
call was to convert the markers written in lowercase to uppercase to fit the 
markers. If marker use uppercase the strtoupper is not needed.

vg  Steffen 




More information about the TYPO3-team-core mailing list