Hi i also have that problem but with swedish letters.
i have this code that works for all letters but not for "åäö and ÅÄÖ".
barray = conv.StringToBytes(Txtut.Text,"UTF-8")
DataToSend = conv.HexFromBytes (barray)
How can i make it work ??
// Dind not noticed that it was in the wrong place... Made a new one in a new topic.... //
Br
Nizze
i have this code that works for all letters but not for "åäö and ÅÄÖ".
barray = conv.StringToBytes(Txtut.Text,"UTF-8")
DataToSend = conv.HexFromBytes (barray)
How can i make it work ??
// Dind not noticed that it was in the wrong place... Made a new one in a new topic.... //
Br
Nizze
Last edited: