mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Use fa_IR.UTF-8 which exists internally.
This commit is contained in:
parent
b6df547c34
commit
72603ae38c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue