Use Danish letters in ignition

Hey
does anyone know how to get ignition to use characters that are not included in the English alphabet, because when I use Danish characters like æ, ø, å, I get this “ânsker du at fors|âtte”
i hope someone can help

Is this in Vision or Perspective? Does the font support it?

Are you using the characters directly (typing it into the designer), or does it come from some external source (database, PLC, script, …)?

AFAIK, this just works.

afbeelding

yeah the font support it, i have it in a script and it is shown on a confirm message

Did you add the unicode prefix “u” to your strings?

u"Test:æ, ø, å"

https://docs.python.org/2/howto/unicode.html#unicode-literals-in-python-source-code

3 Likes

nope i have not add the unicode prefix to my strings, but i have just tried it and it works, so thanks for the help