As far as I can tell dmenu doesn't work with unicode input.
To see an example, check this out:
perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"'
vs
perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"' | dmenu
Anyone have tips on making this work? Thanks!
--
fREW Schmidt
https://blog.afoolishmanifesto.com
- application/pgp-signature attachment: stored
Received on Fri Mar 21 2014 - 19:14:40 CET