I have a problem with encoding ( i think). I send a Text, from an android device, via UDP to the ESP8266. At the android device I create the String and convert it to Byte.
messageString.getBytes( "UTF-8" );Almost everything works finde, but If i send an "ü" I get an "ü".
I try too google the problem and find out, that it is a problem with UTF-8 and ISO-8859 but I donT know what to do to correct it.
Any tips?
Thanks &
greetings
alex