RosettaCodeData/Task/Terminal-control-Unicode-output/Perl-6/terminal-control-unicode-output.pl6
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

3 lines
119 B
Raku

die "Terminal can't handle UTF-8"
unless first(*.defined, %*ENV<LC_ALL LC_CTYPE LANG>) ~~ /:i 'utf-8'/;
say "";