emacs-devel
[Top][All Lists]
Advanced

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

Re: Disambiguate modeline character for UTF-8?


From: Po Lu
Subject: Re: Disambiguate modeline character for UTF-8?
Date: Fri, 07 Jul 2023 14:16:46 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Ulrich Müller <ulm@gentoo.org> writes:

> diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
> index a27aaf9e522..f65f124b633 100644
> --- a/lisp/international/mule-conf.el
> +++ b/lisp/international/mule-conf.el
> @@ -1600,7 +1600,7 @@ 'ascii
>  (define-coding-system 'utf-7
>    "UTF-7 encoding of Unicode (RFC 2152)."
>    :coding-type 'utf-8
> -  :mnemonic ?U
> +  :mnemonic ?u
>    :mime-charset 'utf-7
>    :charset-list '(unicode)
>    :pre-write-conversion 'utf-7-pre-write-conversion

I thought we agreed NOT to change the mnemonic used for UTF-7, which
also encodes the Unicode BMP.


reply via email to

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