I’m having hard time showing Scandic letters such as öäåÖÄÅ in Text. I’ve tried different encodings with no luck. Even simply adding textvalue.value = “öäå” doesn’t show them correctly. It seems the encoding is different in FuseJS then in UX. Or somethig… I really don’t know what happens there.
If I type öäå to my TextInput it’s shown correctly in TextInput, but once it visits the FuseJS and is tranfered to Text it turns to wrong.
Is there some encoding that should be done to string before it’s placed to Text from FuseJS?