Issue with encoding of marker and label texts in OpenLayers Maps

Hi,
i am using FNC Maps and if i include (German) special characters the encoding is broken.

var lMarkerTitle := '123 - Beispielprojekt ÄÖÜß';
TMSFNCOpenLayers1.AddMarker(lLat, lLong, lMarkerTitle, lMarkerIconData);

grafik

How do I fix this?