/usr/share/konwert/devel/charset-UTF8 is in konwert-dev 1.8-13.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/bash -
F=${0##*/}
trs -f "${0%/*}/../aux/charsets/${F%-*}" -e '\200\-\377 �'
|