]> git.eshelyaron.com Git - emacs.git/commit
utf-7 and utf-7-imap are not ASCII-compatible (bug#40407)
authorMattias Engdegård <mattiase@acm.org>
Mon, 6 Apr 2020 18:28:05 +0000 (20:28 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 6 Apr 2020 21:51:40 +0000 (23:51 +0200)
commit8d95e75eb68745322a23424f1af5ab86f0cb0c3b
treec873663b904f728161a42f1901d0c44e70c48de4
parent8b04047653865c8d09cea8c852f7b29f33adb907
utf-7 and utf-7-imap are not ASCII-compatible (bug#40407)

* lisp/international/mule-conf.el (utf-7, utf-7-imap):
Add expedient to disable the :ascii-compatible-p property set
automatically by define-coding-system.
* test/lisp/international/mule-tests.el (mule-utf-7): New test.
lisp/international/mule-conf.el
test/lisp/international/mule-tests.el