From: Ulrich Drepper Date: Wed, 14 Mar 2007 22:32:31 +0000 (+0000) Subject: Use fa_IR.UTF-8 which exists internally. X-Git-Tag: cvs/fedora-glibc-20070317T2130~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72603ae38c4c4001c08705e00882243edebafad2;p=thirdparty%2Fglibc.git Use fa_IR.UTF-8 which exists internally. --- diff --git a/localedata/tst-sscanf.c b/localedata/tst-sscanf.c index 89a77a14f84..32c13285a9e 100644 --- a/localedata/tst-sscanf.c +++ b/localedata/tst-sscanf.c @@ -36,7 +36,7 @@ check_sscanf (const char *s, const char *format, const float n) static int do_test (void) { - if (setlocale (LC_ALL, "fa_IR") == NULL) + if (setlocale (LC_ALL, "fa_IR.UTF-8") == NULL) { puts ("cannot set fa_IR locale"); return 1;