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

Ingmar Schlecht ingmar at typo3.org
Mon Oct 29 11:32:10 CET 2007


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


Steffen Kamper schrieb:
> This is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=6428
> 
> Branches: Trunk
> 
> Problem:
> when using turkish language the upper-conversion of char i fails. Effect is 
> that no Markers having char i will be replaced.
> 
> Solution:
> Using the Markers as they are solves the problem.
> 
> Notes:
> There are a lot of extensions using the strtoupper-conversion, may be they 
> don't know this problem, and with turkish language they all will fail.
> 
> vg  Steffen 
> 
> 


More information about the TYPO3-team-core mailing list