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

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

bug#32371: iso-transl-language-alist for Esperanto: garbled encoding


From: Eli Zaretskii
Subject: bug#32371: iso-transl-language-alist for Esperanto: garbled encoding
Date: Tue, 07 Aug 2018 18:45:23 +0300

> From: Ivan Shmakov <ivan@siamics.net>
> Date: Sun, 05 Aug 2018 21:55:49 +0000
> 
> 
>       Apparently the value of iso-transl-language-alist entry for
>       Esperanto somehow (c38e0c97?) got interpreted as ISO-8859-1
>       instead of the intended ISO-8859-3.
> 
>       For instance, I know of no valid use for Æ or Ø in Esperanto,
>       while reinterpreting the same codes as ISO-8859-3 yields Ĉ and
>       Ĝ, respectively, which are characters used by the language.
> 
> ;; Language-specific translation lists.
> (defvar iso-transl-language-alist
>   '(("Esperanto"
>      ("C"  . [?Æ])
>      ("G"  . [?Ø])
> 
>       Please thus consider the patch MIMEd.

Thanks, pushed to the emacs-26 branch.





reply via email to

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