And of course I find the bug someone else submitted *after* I send that message.
http://rt.perl.org/rt3/Public/Bug/Display.html?id=68744 Nothing new to see here, move along... On Thu, Sep 3, 2009 at 10:51 PM, Mark J. Reed<[email protected]> wrote: > Possibly a known bug, but Rakudo (at least on OS X) is treating REPL > input as Latin-1, even though it treats script code and command-line > code properly as UTF-8 (which matches my locale settings): > > $ ./perl6 -e 'for «Hello world!» { .say }' > Hello > world! > > $ ./perl6 > for «Hello world!» { .say } > Statement not terminated properly at line 1, near "\x{c2}\x{ab}Hello wo" > in Main (src/gen_setting.pm:3425) > > > -- > Mark J. Reed <[email protected]> > -- Mark J. Reed <[email protected]>
