olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.07k stars 1.05k forks source link

Adding support for more characters of Devanagari Language #2378

Closed madhurpv closed 7 months ago

madhurpv commented 7 months ago

Added support for various characters like ,, etc. which are present in the Devanagari language. So now, words like सुमन would be displayed correctly, which were previously displayed like स ुमन.

Updated files :

  1. /sys/arduino/u8g2_page_buffer/Devanagari/Devanagari.ino
  2. /sys/rt-thread/examples/page_buffer/Devanagari.cpp
  3. /sys/sdl/devanagari/main.c

Though, I have physically tested only the code of /sys/arduino/u8g2_page_buffer/Devanagari/Devanagari.ino (1) file, I have updated the other files (2 and 3), owing to the fact that the code would run similarly.