http://qs321.pair.com?node_id=438903


in reply to Re^4: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?
in thread (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?

well, source filters which do some-encoding=>utf8 conversion are perfectly valid and I use those without fear, when write Russian perl programs, and they transparently do goood unicode work.
use encoding cp1251=>Filter=>1; print "here is russian string, which just work, despite its not utf-8" +;