wrc: Add support for LANG_INVARIANT.

This commit is contained in:
Daniel Lehman 2015-08-17 15:48:37 -07:00 committed by Alexandre Julliard
parent d3ce29449b
commit 42724f3d50
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ static const struct lang2cp lang2cps[] =
{ LANG_INDONESIAN, SUBLANG_NEUTRAL, 1252 },
{ LANG_INUKTITUT, SUBLANG_NEUTRAL, 0 },
{ LANG_INUKTITUT, SUBLANG_INUKTITUT_CANADA_LATIN, 0 },
{ LANG_INVARIANT, SUBLANG_NEUTRAL, 0 },
{ LANG_IRISH, SUBLANG_NEUTRAL, 1252 },
{ LANG_ITALIAN, SUBLANG_NEUTRAL, 1252 },
{ LANG_JAPANESE, SUBLANG_NEUTRAL, 932 },