Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use fa_IR.UTF-8 which exists internally.
  • Loading branch information
Ulrich Drepper committed Mar 14, 2007
1 parent b6df547 commit 72603ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localedata/tst-sscanf.c
Expand Up @@ -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;
Expand Down

0 comments on commit 72603ae

Please sign in to comment.