Remove todo for UTF8 source filters
authorFather Chrysostomos <sprout@cpan.org>
Tue, 24 Apr 2012 20:48:19 +0000 (13:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 23:51:36 +0000 (16:51 -0700)
commit3d3d38d4e9515d9e6801cfd7976a3633dbfe12d2
tree874a4154afe8b67d8c25a9f0f7696ef46240aa05
parentd9bad346a16eb87a6306ab3d32ca301cc10d1323
Remove todo for UTF8 source filters

Source filters don’t really make sense on character streams.  They are
designed for streams of bytes coming straight from a file.  Things
stop making sense if you have ‘use utf8’ in a UTF-8 scalar (does that
mean double-decode?).

It’s for this reason that evalbytes respects source filters, while
eval does not.  (It doesn’t outside the unicode_eval feature, because
it was never really thought about and the implementation didn’t take
it into account, resulting in strange behaviour.  It doesn’t with the
unicode_eval feature, because it was intentionally prohibited.)
Porting/todo.pod