summaryrefslogtreecommitdiffstats
path: root/tools/codepage_tables.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-01-10 17:12:33 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-01-10 17:12:33 +0000
commit640eeabfe113695a22bf60ba327210a5526b187d (patch)
treef716bb94fb0fac687e0370240f3007aa31ce30ca /tools/codepage_tables.h
parent28aaa0ade52bafabaf102b285a742caf5b15b765 (diff)
downloadrockbox-640eeabfe113695a22bf60ba327210a5526b187d.tar.gz
rockbox-640eeabfe113695a22bf60ba327210a5526b187d.zip
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
Diffstat (limited to 'tools/codepage_tables.h')
-rw-r--r--tools/codepage_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/codepage_tables.h b/tools/codepage_tables.h
index 40f9847264..4e16ec5150 100644
--- a/tools/codepage_tables.h
+++ b/tools/codepage_tables.h
@@ -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[];