]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops, don't return "?".
authorBruno Haible <bruno@clisp.org>
Fri, 14 Jun 2002 20:51:41 +0000 (20:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:36 +0000 (12:08 +0200)
intl/localename.c

index d3c5498e86aaa7f34da803f8a112ae6e327f4226..ef422b31011fa7e2d9c02e22dbbedf6de6d05ae4 100644 (file)
@@ -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: