Change 20616 by [EMAIL PROTECTED] on 2003/08/11 12:25:29
Advertise the PerlIO::via UTF8 method.
Affected files ...
... //depot/maint-5.8/perl/pod/perldelta.pod#69 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perldelta.pod#69 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#68~20599~ Sun Aug 10 11:32:16 2003
+++ perl/pod/perldelta.pod Mon Aug 11 05:25:29 2003
@@ -241,6 +241,9 @@
PerlIO::get_layers(FH) returns the names of the PerlIO layers
active on a filehandle.
+PerlIO::via layers can now have an optional UTF8 method to
+indicate whether the layer wants to "auto-:utf8" the stream.
+
utf8::is_utf8() has been added as a quick way to test whether
a scalar is encoded internally in UTF-8 (Unicode).
End of Patch.