sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

working with unicode #62

Open sumotoy opened 9 years ago

sumotoy commented 9 years ago

I'm actually coding a decoder for unicode and the other encoding supported by external font rom. This is quite tricky since unicode use 2,3 or 4 byte font code and I'm using the arduino internal print & write commands and I don't want to complicate or slow down the current code. If someone of you have some unicode examples of chinese, arabic and japanese (in unicode form, like /uxxxx/uyyyy.... with a graphic picture that rapresent the output will help a lot!

carry2web commented 6 years ago

This article gives some excellent backgrounds: https://www.cprogramming.com/tutorial/unicode.html (but I'm sure you know all that). With those backgrounds the library should be adapted to handle text strings. Correct?