in reply to IO::Handle Unicode and ungetc()

See [Already reported Perl Bug] Confusion over utf8 and in-memory filehandles

Replies are listed 'Best First'.
Re^2: IO::Handle Unicode and ungetc()
by coolmichael (Deacon) on Jan 07, 2013 at 03:22 UTC

    I don't think that's the same thing. This problem happens with on disk files as well as in-memory file handles.

    It looks like ord() is returning the correct unicode code point, but ungetc() is interpreting it as a byte sequence instead of a code point. That seems like a different bug to me.