Use fa_IR.UTF-8 which exists internally.

This commit is contained in:
Ulrich Drepper 2007-03-14 22:32:31 +00:00
parent b6df547c34
commit 72603ae38c
1 changed files with 1 additions and 1 deletions

View 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;