From 7cc2966188cd1e0ee9ef0a3911c4280765f34719 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 17 Jan 2014 17:32:17 -0800 Subject: [PATCH] perldelta for 88c342510b9 --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 024ee2c..7fae441 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -496,6 +496,12 @@ handled correctly. Formerly, whether a sub returned by such a tied element would be treated as a sub depended on whether a FETCH had occurred previously. +=item * + +C on a byte-sized handle after the same C operator had been +used on a utf8 handle used to treat the bytes as utf8, resulting in erratic +behavior (e.g., malformed UTF-8 warnings). + =back =head1 Known Problems -- 2.7.4