Bug#927813: Don't use raw Latin1 in exim4-config.config

積丹尼 Dan Jacobson jidanni at jidanni.org
Tue Apr 23 19:35:11 BST 2019


Package: exim4-config
Version: 4.92-6
Severity: wishlist
File: /var/lib/dpkg/info/exim4-config.config

$ set /var/lib/dpkg/info/exim4-config.config
$ iconv -f latin1 -t utf8 $@ | diff $@ - | wc
     14     242    1770

Emacs says your file is Devangari.
chromium gets it wrong too.
file(1) says it is ISO-8859. Bingo.

Anyway you could accomplish the same thing entirely in ASCII:
perl -pwle 's/\x.../.../g'



More information about the Pkg-exim4-maintainers mailing list