Swedish Characters in Dynamic textfield

Hi!

Im wondering how I can ge my Dynamic textfield to display swedish characters (loaded from a xml-file)?

I think i just had to add some code in the dynamic textfield object, but I dont remember, really.

Thanks.

Well, your XML file should be as unicode, insert the below line of script in the top of your XML file:

<?xml version="1.0" encoding="UTF-8"?>

Tell me how it goes.

yours,
h88

That worked great!

Thanks a lot :slight_smile:

No Problem! :slight_smile: