From ad94bb394e2544f935ffc8cb9aa70295ca2045dd Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 10 Jan 2014 06:17:24 -0800 Subject: [PATCH] perldiag: Rewrap an entry for better splain output --- pod/perldiag.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 18edd70..d527486 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3686,11 +3686,11 @@ C. =item Operation "%s" returns its argument for UTF-16 surrogate U+%X (S surrogate) You performed an operation requiring Unicode -semantics on a Unicode surrogate. Unicode frowns upon the use of -surrogates for anything but storing strings in UTF-16, but semantics -are (reluctantly) defined for the surrogates, and they are to do -nothing for this operation. Because the use of surrogates can be -dangerous, Perl warns. +semantics on a Unicode surrogate. Unicode frowns upon the use +of surrogates for anything but storing strings in UTF-16, but +semantics are (reluctantly) defined for the surrogates, and +they are to do nothing for this operation. Because the use of +surrogates can be dangerous, Perl warns. If the operation shown is "ToFold", it means that case-insensitive matching in a regular expression was done on the code point. -- 2.7.4