Package: unicode Version: 0.9.7 Severity: wishlist I had to make this as there is no unicode --brief $ unicode_brief --max 333 telephone ℡ U+2121 TELEPHONE SIGN ⌕ U+2315 TELEPHONE RECORDER ☎ U+260E BLACK TELEPHONE ☏ U+260F WHITE TELEPHONE ✆ U+2706 TELEPHONE LOCATION SIGN 📞 U+1F4DE TELEPHONE RECEIVER
I used #!/bin/sh unicode "$@"|perl -nwle ' next unless $_; $u = $_ if /^U\+/; print "$_ $u" if 10 > length ; ' -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org