* lisp/format.el (format-alist): Make 'duden' format write-only.

This commit is contained in:
Ulrich Müller 2024-08-06 09:40:28 +02:00
parent 7b49261b5e
commit aa5c725fe7

View file

@ -90,9 +90,9 @@
;; FROM-FN used to call the "diac" command which is not widely
;; available and apparently not under a free software license:
;; https://nm.wu-wien.ac.at/nm/download/file/diac4.tar.gz
;; Reliable round-trip conversion is not possible anyway
;; and would be by heuristic method, so use nil for now.
nil iso-iso2duden t nil)
;; Reliable round-trip conversion is not possible anyway and
;; would be by heuristic method, so make it write-only for now.
iso-cvt-write-only iso-iso2duden t nil)
(de646 ,(purecopy "German ASCII (ISO 646)")
nil
,(purecopy "iconv -f iso646-de -t utf-8")