Module: wine Branch: master Commit: 865c31b81143676fcad794d9ab0745c8a5cc0b8e URL: http://source.winehq.org/git/wine.git/?a=commit;h=865c31b81143676fcad794d9ab...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Mar 28 00:51:51 2008 +0100
wrc: Add the code page mapping for LANG_ROMANSH.
---
tools/wrc/utils.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/wrc/utils.c b/tools/wrc/utils.c index 24f589e..58d6124 100644 --- a/tools/wrc/utils.c +++ b/tools/wrc/utils.c @@ -405,6 +405,7 @@ static const struct lang2cp lang2cps[] = { LANG_PORTUGUESE, SUBLANG_NEUTRAL, 1252 }, { LANG_PUNJABI, SUBLANG_NEUTRAL, 0 }, { LANG_ROMANIAN, SUBLANG_NEUTRAL, 1250 }, + { LANG_ROMANSH, SUBLANG_NEUTRAL, 1252 }, { LANG_RUSSIAN, SUBLANG_NEUTRAL, 1251 }, { LANG_SANSKRIT, SUBLANG_NEUTRAL, 0 }, { LANG_SERBIAN, SUBLANG_NEUTRAL, 1250 },