[TYPO3-dev] Dynaflex:get label and utf8

Nikolas Hagelstein hagelstein at shr.cc
Mon Nov 27 16:46:24 CET 2006


Hi,

Dynaflex seems to return garbage if database and backend are set to
utf8.

function getLabel($labelConfig, $markerArray = array())	{
	...	
	/*
	leads to double encoding if $label is already of utf8.
	further more core flexform handling seems to apply 
	additional recoding
	*/
	return utf8_encode($label);
}

Cheers,
	Nikolas




More information about the TYPO3-dev mailing list