From: Bruno Haible Date: Fri, 14 Jun 2002 20:51:41 +0000 (+0000) Subject: Oops, don't return "?". X-Git-Tag: v0.11.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273bafcc13ecf8603a556f304d7b0a461a1cf804;p=thirdparty%2Fgettext.git Oops, don't return "?". --- diff --git a/intl/localename.c b/intl/localename.c index d3c5498e8..ef422b310 100644 --- a/intl/localename.c +++ b/intl/localename.c @@ -576,7 +576,7 @@ _nl_locale_name (category, categoryname) case 0x01: /* SCOTTISH */ return "gd_UK"; case 0x02: /* IRISH */ return "ga_IE"; } - return "?"; + return "C"; case LANG_GALICIAN: return "gl_ES"; case LANG_GEORGIAN: return "ka_GE"; case LANG_GERMAN: