use Unicode::String;my $string = "This is a test\n";my $u = Unicode::String->new($string);# print as something more human-readableprint $u->utf8;