Problem using specials (Umlaut) German characters.

Hello Leute,

I get a problem using specials German characters.

For example

local Word = ‘MÖWE’
for i = 1, #Word do
print(string.sub (Word, i, i))
end

print (Word)

M
?
?
W
E
MÖWE

Ö is interpret as 2 bytes, but Corona represent as ?.
I had been researched, but an definitive solution I don’t get

Can somebody help me,

Thanks a lot for your time,

Best,

Guillermo [import]uid: 50742 topic_id: 13289 reply_id: 313289[/import]