]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use fa_IR.UTF-8 which exists internally.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Mar 2007 22:32:31 +0000 (22:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Mar 2007 22:32:31 +0000 (22:32 +0000)
localedata/tst-sscanf.c

index 89a77a14f84edf665cd14b9755a0f1068a7c7df8..32c13285a9eeb96261f27c48098e234373ec5ca2 100644 (file)
@@ -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;