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 sending Müller


  • Mod

    I think it should depends on the display controller if it has those characters or not.


  • Mod

    @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.


Log in to reply
 

Suggested Topics

1
Online

11.2k
Users

11.1k
Topics

112.5k
Posts