Daniel Lehman : wrc: Add support for LANG_INVARIANT.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 26 09:57:11 CDT 2015


Module: wine
Branch: master
Commit: 42724f3d5030cd4364aba1d590a19724a50c7cf3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=42724f3d5030cd4364aba1d590a19724a50c7cf3

Author: Daniel Lehman <dlehman at esri.com>
Date:   Mon Aug 17 15:48:37 2015 -0700

wrc: Add support for LANG_INVARIANT.

---

 tools/wrc/utils.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/wrc/utils.c b/tools/wrc/utils.c
index 4dc3364..5360b95 100644
--- a/tools/wrc/utils.c
+++ b/tools/wrc/utils.c
@@ -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  },




More information about the wine-cvs mailing list