RosettaCodeData/Task/Terminal-control-Unicode-output/Perl/terminal-control-unicode-output.pl

5 lines
144 B
Perl
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
die "Terminal can't handle UTF-8"
unless $ENV{LC_ALL} =~ /utf-8/i or $ENV{LC_CTYPE} =~ /utf-8/i or $ENV{LANG} =~ /utf-8/i;
print "△ \n";