summaryrefslogtreecommitdiffstats
path: root/tools/codepage_tables.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-10-01 17:16:31 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-10-01 17:16:31 +0000
commitded94e69c496f6cadc3c9dc856665b6b714283cf (patch)
tree550eeb401d202332c9662513032d2cc90aaed52e /tools/codepage_tables.h
parentb8753ffdaa141740e42d8c57d6f0c1aca5e6a8de (diff)
downloadrockbox-ded94e69c496f6cadc3c9dc856665b6b714283cf.tar.gz
rockbox-ded94e69c496f6cadc3c9dc856665b6b714283cf.zip
FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14942 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 4e16ec5150..0c0bc019f3 100644
--- a/tools/codepage_tables.h
+++ b/tools/codepage_tables.h
@@ -18,6 +18,7 @@
****************************************************************************/
extern const unsigned short iso8859_7_to_uni[];
+extern const unsigned short cp1250_to_uni[];
extern const unsigned short cp1251_to_uni[];
extern const unsigned short cp1256_to_uni[];
extern const unsigned short iso8859_2_to_uni[];