GNU bug report logs - #57531
28.1; Character encoding missing for "eo"

Previous Next

Package: emacs;

Reported by: Jonathan Reeve <jonathan <at> jonreeve.com>

Date: Thu, 1 Sep 2022 19:34:02 UTC

Severity: normal

Tags: moreinfo

Found in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #157 received at 57531 <at> debbugs.gnu.org (full text, mbox):

From: Gregory Heytings <gregory <at> heytings.org>
To: Jonathan Reeve <jonathan <at> jonreeve.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, Andreas Schwab <schwab <at> linux-m68k.org>,
 57531 <at> debbugs.gnu.org
Subject: Re: 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




This bug report was last modified 2 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.