if (/\bUTF-?8/i ~~ [ENV{"LC_ALL","LC_CTYPE","LANG"}]) { say "△" } else { die "Terminal can't handle UTF-8.\n" }
Last updated 1 year ago