On Wed, Apr 11, 2018 at 4:52 PM, Dan Book <grinnz@gmail.com> wrote: > > > Yes. -CAS only sets @ARGV to be interpreted as UTF-8 and :utf8 layers on > STDIN/STDOUT/STDERR. The source code still needs `use utf8;` to be > interpreted correctly. > > -Dan > Using the options -CSD (-CD makes the special ARGV handle used by -n open the passed filename with :utf8, -CS interprets the STDIN with :utf8) and -Mutf8 (for the source code passed to -e) should make these examples function as expected. -DanThread Previous | Thread Next