Commit 4be4ad82 authored by Alexandre Julliard's avatar Alexandre Julliard

libwine: Add support for codepage 10005 (Mac Hebrew).

parent 23ddde88
......@@ -14,6 +14,7 @@ C_SRCS = \
c_10002.c \
c_10003.c \
c_10004.c \
c_10005.c \
c_10006.c \
c_10007.c \
c_10008.c \
......
......@@ -67,6 +67,7 @@ extern union cptable cptable_10001;
extern union cptable cptable_10002;
extern union cptable cptable_10003;
extern union cptable cptable_10004;
extern union cptable cptable_10005;
extern union cptable cptable_10006;
extern union cptable cptable_10007;
extern union cptable cptable_10008;
......@@ -96,7 +97,7 @@ extern union cptable cptable_28604;
extern union cptable cptable_28605;
extern union cptable cptable_28606;
static const union cptable * const cptables[71] =
static const union cptable * const cptables[72] =
{
&cptable_037,
&cptable_424,
......@@ -141,6 +142,7 @@ static const union cptable * const cptables[71] =
&cptable_10002,
&cptable_10003,
&cptable_10004,
&cptable_10005,
&cptable_10006,
&cptable_10007,
&cptable_10008,
......
......@@ -84,6 +84,7 @@ my @allfiles =
[ 10002, "VENDORS/APPLE/CHINTRAD.TXT", 0, "Mac Traditional Chinese" ],
[ 10003, "VENDORS/APPLE/KOREAN.TXT", 0, "Mac Korean", 0xf8e5 ],
[ 10004, "VENDORS/APPLE/ARABIC.TXT", 0, "Mac Arabic", 0xf826 ],
[ 10005, "VENDORS/APPLE/HEBREW.TXT", 0, "Mac Hebrew", 0xf7fa ],
[ 10006, "VENDORS/MICSFT/MAC/GREEK.TXT", 0, "Mac Greek" ],
[ 10007, "VENDORS/MICSFT/MAC/CYRILLIC.TXT", 0, "Mac Cyrillic" ],
[ 10008, "VENDORS/APPLE/CHINSIMP.TXT", 0, "Mac Simplified Chinese" ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment