# The source file contains non-ASCII characters, supposed to be saved # in UTF-8 encoding. Tell Perl about that, just in case. use utf8; # Following code is the example from the report Bug#22355 which needed # attention in perl-mode. printf qq { 台灣 %s 廣播電台 }, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;