Punctuation in a dynamic text field?

loadText = new loadVars();
loadText.load(“data/personeel.txt”);
loadText.html = yes;
//creating the loadVarsText function
loadText.onLoad = function() {
scroller.html = true;
scroller.htmlText = this.personeeltext;
};

txt file:
personeeltext=Personele samenstelling<br><br>Cécile Esmeijer

it comes out as:
Personele samenstelling

Cle Esmeijer

(really trange it comes out as “Cle”)

I embeded the whole font… try to change it to a simpel font like verdana … but still no sigar