WORK IN PROGRESS!! ):) (:(
Sorry if the sone of the Kanji is unreadable, but I have to do it within an 8x8 grid...
13000 Glyphs Reached!!
Any double vowels or vowels where there is a consanant in between them should NOT be used!!
Tamil: Use with Consanants: For the O, Use E + Consonant + Aa; for the Oo, Use Ee + Consonant + Aa; For the Au, Use E + Consonant + Au Length Mark. Use the vowels itself: For the Au, Use Oo + Vowel Sign Au Length Mark
Malayalam: Use with Consonants: For the Ai, Use E + E + Consonant; for the O, Use E + Consonant + Aa; For the Oo, Use Ee + Consonant + Aa, for the Au, Use E + Consonant + Au Length Mark. Use the vowels itself: For the Ii, Use I + Au Length Mark; for the Uu, Use U + Au Length Mark, for the Ai, Use Vowel Sign E + E, for the Oo, Use O + Vowel Sign Aa, for the Au, use O + Vowel Sign Au Length Mark.
The standard font sets of the HD44780A00 and UA02 combined, using only the 5x8 characters, and preferring the A00 ones where there are differences between the two sets (the cent sign for instance). Characters with dual or triple purposes are filling all of their potential slots.
Note that the following 'basic ASCII' characters differ between the -A00 and -UA02 masks of the HD44780: 'A', 'S', 'g', 'i', 'm', 'w', '[', and 'ェ'. All of these charaters are using the A00 version here.
20231115: Corrections to a few characters with errors ('7', '[', 'ェ')
20231122: Now that FontStruct supports characters outside the Unicode BMP, I added the "Bell" character. I also added the Cyrillic Capital Yu, which I'd somehow overlooked. Thanks, ewpa, for pointing it out.
The standard font sets of the HD44780A00 and UA02 combined, using only the 5x8 characters, and preferring the UA02 ones where there are differences between the two sets (the cent sign for instance). Characters with dual or triple purposes are filling all of their potential slots.
Note that the following 'basic ASCII' characters differ between the -A00 and UA02 masks of the HD44780: 'A', 'S', 'g', 'i', 'm', 'w', '[', and 'ェ'. As of the update on 20201127, all of these in this font are using the UA02 version.
20231122: Now that FontStruct supports characters outside the Unicode BMP, I added the "Bell" character. I also added the Cyrillic Capital Yu, which I'd somehow overlooked. Thanks, ewpa, for pointing it out.
This is is the most accurate HD44780 font you can find on FontStruct, because it has pixel-perfect representations of all 190 original characters (not including 0x00-0x0F, which are impossible on FontStruct)
0x00-0x0F are mapped to 0x100-0x10F since I can't add characters before 0x20.