mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
Use fa_IR.UTF-8 which exists internally.
This commit is contained in:
parent
b6df547c34
commit
72603ae38c
@ -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…
Reference in New Issue
Block a user