From 640eeabfe113695a22bf60ba327210a5526b187d Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Tue, 10 Jan 2006 17:12:33 +0000 Subject: 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 --- tools/codepage_tables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/codepage_tables.h') diff --git a/tools/codepage_tables.h b/tools/codepage_tables.h index 40f9847..4e16ec5 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[]; -- cgit v1.1