Commit 42724f3d authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

wrc: Add support for LANG_INVARIANT.

parent d3ce2944
......@@ -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 },
......
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