Package: codespell Version: 1.6-2 Severity: minor $ printf '\xff' > test $ codespell test WARNING: Decoding file test WARNING: using encoding=utf-8 failed. WARNING: Trying next encoding: utf-8
Of course if encoding=utf-8 failed, there is no point trying utf-8 again. The last line should instead read:
WARNING: Trying next encoding: iso-8859-1 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.16-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages codespell depends on: ii python3 3.4.1-1 Versions of packages codespell recommends: ii python3-chardet 2.2.1-2 -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

