bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57531: 28.1; Character encoding missing for "eo"


From: Gregory Heytings
Subject: bug#57531: 28.1; Character encoding missing for "eo"
Date: Mon, 05 Sep 2022 23:21:21 +0000



You can try it:

#include <stdio.h>
#include <locale.h>
#define CHECK(L) if (!setlocale (LC_ALL, L)) printf ("invalid locale %s\n", L);
int main ()
{
 CHECK ("eo");
 CHECK ("eo.UTF-8");
}


You can also just type "locale -a", you will see two lines starting with "eo":

eo
eo.utf8





reply via email to

[Prev in Thread] Current Thread [Next in Thread]