X-debbugs-Cc: billpo...@alum.mit.edu Package: uni2ascii Version: 4.18-3 Severity: wishlist
We read NAME ascii2uni - convert 7-bit ASCII representations to UTF-8 Unicode and DESCRIPTION ascii2uni converts various 7-bit ASCII representations to UTF-8... So it should die if given anything other than ascii. $ man latin1 | grep LATIN | iconv -f utf8 -t latin1 | ascii2uni | wc 0 tokens converted 62 547 4081 The non-ascii goes sailing through.