mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +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
|
static int
|
||||||
do_test (void)
|
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");
|
puts ("cannot set fa_IR locale");
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user