]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Announce the last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Dec 2020 14:11:49 +0000 (16:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Dec 2020 14:11:49 +0000 (16:11 +0200)
etc/NEWS

index b65f184bc828cf33bb1cc28b3eac64a1a701abf0..a320acb5faf428c47b4ecb5a2fcab764c9dcd2d3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2235,6 +2235,15 @@ do not support the old calling conventions any longer.
 don't contain any NUL bytes.  This avoids subtle bugs caused by
 silently using only the part of the filename until the first NUL byte.
 
+** New coding-systems for EBCDIC variants.
+New coding-systems 'ibm256', 'ibm273', 'ibm274', 'ibm277', 'ibm278',
+'ibm280', 'ibm281', 'ibm284', 'ibm285', 'ibm290', 'ibm297'.  These are
+variants of the EBCDIC encoding tailored to some European and Japanese
+locales.  They are also available as aliases 'ebcdic-cp-*' (e.g.,
+'ebcdic-cp-fi' for the Finnish variant 'ibm278'), and 'cp2xx' (e.g.,
+'cp278' for 'ibm278').  There are also new charsets 'ibm2xx' to
+support these coding-systems.
+
 \f
 * Changes in Emacs 28.1 on Non-Free Operating Systems