mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
change the arabic codepage from ISO-8859-6 to CP1256
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28aaa0ade5
commit
640eeabfe1
7 changed files with 30 additions and 10 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
extern const unsigned short iso8859_7_to_uni[];
|
||||
extern const unsigned short cp1251_to_uni[];
|
||||
extern const unsigned short cp1256_to_uni[];
|
||||
extern const unsigned short iso8859_2_to_uni[];
|
||||
extern const unsigned short cp932_table[];
|
||||
extern const unsigned short cp936_table[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue