
Characters are encoded as a sequence of bytes. To get your head around this, you need to understand that a character is not the same thing as a byte. I don't know how the String class works with chars in the 128-255 range. This is not as nice as having a wysiwig code editor which will display those characters, but if you only have a few of them, and you only need to do this once, you can put up with that inconvenience. My String printing function is: void YAZI(String yaz, uint8_t x, uint8_t y, uint16_t renk, uint16_t ardrenk) My problem is about Turkish characters "ĞÜŞİÖÇğüşıöç".


I'm writing a library for 3.5" TFT display with ILI9327 controller.
