X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbytes.pm;h=f93d6158d9fc6f177eac2335a9948ba076df7a54;hb=21bad92165270edd85ff697c883b65506d5af626;hp=ae7b5fbf5a9be4024e81772323ef5829c47cefde;hpb=16fe6d5906f6eff9da00cb861a7054a440d1f6eb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/bytes.pm b/lib/bytes.pm index ae7b5fb..f93d615 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -32,7 +32,7 @@ bytes - Perl pragma to force byte semantics rather than character semantics =head1 DESCRIPTION WARNING: The implementation of Unicode support in Perl is incomplete. -Expect sudden and unannounced changes! +See L for the exact details. The C pragma disables character semantics for the rest of the lexical scope in which it appears. C can be used to reverse