Commit ee34072c authored by Alexandre Julliard's avatar Alexandre Julliard

libwine: Add support for codepage 10010 (Mac Romanian).

parent 1aebebaf
......@@ -16,6 +16,7 @@ C_SRCS = \
c_10006.c \
c_10007.c \
c_10008.c \
c_10010.c \
c_10029.c \
c_1006.c \
c_10079.c \
......
......@@ -69,6 +69,7 @@ extern union cptable cptable_10003;
extern union cptable cptable_10006;
extern union cptable cptable_10007;
extern union cptable cptable_10008;
extern union cptable cptable_10010;
extern union cptable cptable_10029;
extern union cptable cptable_10079;
extern union cptable cptable_10081;
......@@ -91,7 +92,7 @@ extern union cptable cptable_28604;
extern union cptable cptable_28605;
extern union cptable cptable_28606;
static const union cptable * const cptables[66] =
static const union cptable * const cptables[67] =
{
&cptable_037,
&cptable_424,
......@@ -138,6 +139,7 @@ static const union cptable * const cptables[66] =
&cptable_10006,
&cptable_10007,
&cptable_10008,
&cptable_10010,
&cptable_10029,
&cptable_10079,
&cptable_10081,
......
......@@ -86,6 +86,7 @@ my @allfiles =
[ 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" ],
[ 10010, "VENDORS/APPLE/ROMANIAN.TXT", 0, "Mac Romanian" ],
[ 10029, "VENDORS/MICSFT/MAC/LATIN2.TXT", 0, "Mac Latin 2" ],
[ 10079, "VENDORS/MICSFT/MAC/ICELAND.TXT", 0, "Mac Icelandic" ],
[ 10081, "VENDORS/MICSFT/MAC/TURKISH.TXT", 0, "Mac Turkish" ],
......
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