in reply to create clone script for utf8 encoding

Note that I said that Perl expects Perl code to be ASCII by default (and that it's tolerant of illegal bytes in string literals). No encoding is used for file handles (e.g. STDOUT) by default.

  • Comment on Re: create clone script for utf8 encoding