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