in reply to angstrom symbol in Perl?
#!/usr/bin/perl use charnames ':full'; # s/STDOUT/$filehandle/g binmode STDOUT, ":utf8"; print STDOUT "\N{ANGSTROM SIGN}"; [download]