International characters

Hi
I have a Value display that i send some text to and that contain Swedish characters(åäö).
They do not display correctly. The characters show us as question marks.
Please help me out what i am doing wrong.

You may have to get creative with unicodes, ASCII codes, String() and other character manipulation… unfortunately that is not a short subject :stuck_out_tongue:

There have been a few topic on the ‘art’ of sending unique characters to Display Widgets… search this forum (and Google) for key words like unicode, ASCII, special characters, etc…

https://playground.arduino.cc/Code/UTF-8

http://playground.arduino.cc/main/Utf8ascii