mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 11:07:54 +08:00
Fix: Arabic letter 'ي' incorrectly using medial form at word start.
This commit is contained in:
@@ -166,7 +166,7 @@ static unsigned short iso8859_68x_unicode_map [] =
|
||||
0xFEB3, 0xFEB7, 0xFEBB, 0xFEBF, /*0xF1~0xF4*/
|
||||
0xFECB, 0xFECF, 0xFED3, 0xFED7, /*0xF5~0xF8*/
|
||||
0xFEDB, 0xFEDF, 0xFEE3, 0xFEE7, /*0xF9~0xFC*/
|
||||
0xFEEB, 0xFEF4, 0xFFFF, /*0xFD~0xFF*/
|
||||
0xFEEB, 0xFEF3, 0xFFFF, /*0xFD~0xFF*/
|
||||
|
||||
0xFEC4, 0xFEC6, 0xFE82, 0xFE84, /*0x100~0x103*/
|
||||
0xFE86, 0xFE88, 0xFE8C, 0xFE8E, /*0x104~0x107*/
|
||||
|
||||
Reference in New Issue
Block a user