]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Document changes to coding-system mnemonics.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2023 08:47:32 +0000 (11:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2023 08:47:32 +0000 (11:47 +0300)
etc/NEWS

index 1a86c9e55e2e5ede0fff0fcedd6aeb521252eb11..52ee07dc54bbcf5735aca563403aa0ef897978f5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -556,6 +556,21 @@ assertion only (which is useless).  For historical compatibility, an
 operator character following '^' or '\`' becomes literal, but we
 advise against relying on this.
 
+---
+*** Mode-line mnemonics for some coding-systems have changed.
+The mode-line mnemonic for 'utf-7' is now the lowercase 'u', to be
+consistent with the other encodings of this family.
+
+The mode-line mnemonic for 'koi8-u' is now 'У', U+0423 CYRILLIC
+CAPITAL LETTER U, to distinguish between this encoding and the
+UTF-8/UTF-16 family.
+
+If your terminal cannot display 'У', or if you want to get the old
+behavior back for any other reason, you can do that using the
+'coding-system-put' function.  For example, the following restores the
+previous behavior of showing 'U' in the mode line for 'koi8-u':
+
+     (coding-system-put 'koi8-u :mnemonic ?U)
 \f
 * Lisp Changes in Emacs 30.1