diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-12-23 16:58:31 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-12-29 21:11:49 -0700 |
commit | 91faff9333c845757b4854322d8570dd5b308417 (patch) | |
tree | 5cf8b2f8246c1979ed51a176bc04aa4cc609648e /pod/perlunicode.pod | |
parent | 3111abc02840deabbb0291bb6fa0ddb65f187121 (diff) | |
download | perl-91faff9333c845757b4854322d8570dd5b308417.tar.gz |
perlunicode: nit
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index d6dc222121..b50ae93618 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1404,9 +1404,9 @@ I<except> C<[[:ascii:]]>. =item * -In C<quotemeta> or its inline equivalent C<\Q>, no characters -code points above 127 are quoted in UTF-8 encoded strings, but in -byte encoded strings, code points between 128-255 are always quoted. +In C<quotemeta> or its inline equivalent C<\Q>, no code points above 127 +are quoted in UTF-8 encoded strings, but in byte encoded strings, code +points between 128-255 are always quoted. =back |