From 865c31b81143676fcad794d9ab0745c8a5cc0b8e Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Fri, 28 Mar 2008 00:51:51 +0100 Subject: [PATCH] wrc: Add the code page mapping for LANG_ROMANSH. --- tools/wrc/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wrc/utils.c b/tools/wrc/utils.c index 24f589e84e9..58d6124584e 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 }, -- 2.11.4.GIT