I’m loading some text from an XML.
If I use the trace() method, the output shows nordic letters (æøå), but when the text is shown on stage in a textfield, “ø” is shown correctly, but “å” becomes regular “a”.
• The font supports nordic letters.
• All of the nordic letters is correctly displayed in the rest of the page I’m developing.
• embedFonts = true;
• XML is saved with UTF-8
… a shot in the dark is better than nothing at this point.