sending string containing special chars (ä,ö,ü)
-
Hey there,
I'm building a Display where I want to show some information. As I live in germany, some of the strings I want to display contain the special characters ä, ö or ü (and maybe ß) Is there a way of sending them without bigger problems? In normal transmission I receive
M⸮ller
when sendingMüller
-
I think it should depends on the display controller if it has those characters or not.
-
@Anduril MySensors supports regular strings of ASCII characters. These characters are IIRR in the high area of ASCII which might not be supported by a regular text display.
Another problem could be that you're supplying the text as Unicode wide characters (2 bytes per character, eg. when typing in Ms Word) which is not supported by MySensors.
-
For this special application I use MyController. In the controller the string is displayed correctly, but in the serial monitor of the node I only see this distorted version (But sending them by sketch works, so it's not a problem of the serial monitor in general).
I will ask at the MyController forum, maybe the dev can help.
Suggested Topics
-
Arduino Celebrates 10 years (Malmö/Sweden)
Announcements • 29 Mar 2014, 17:08 • hek 29 Mar 2014, 17:08 -
Saving last known good state, but not in EEPROM
Development • 30 Jan 2024, 18:46 • OldSurferDude 15 Jan 2025, 08:51 -
PJON and Minicore not working
Development • 8 days ago • Trand 8 days ago -
Gateway without a radio
Development • 12 Jan 2025, 23:19 • OldSurferDude 14 Jan 2025, 22:07 -
MQTT-Help me understand about the MQTT Gateway.
Development • 28 days ago • dpcons 17 days ago -
Counting Incoming and Outgoing Messages from a Gateway
Development • 10 Dec 2024, 21:57 • Trand 14 Dec 2024, 20:23