diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-16 12:48:39 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-22 11:45:58 -0700 |
commit | 6bc50c7f90898588c94dcdb5c9805f5d21934471 (patch) | |
tree | a1ae9905f2d22905e9689100fb62b7741d182268 /pod | |
parent | c4eee583d9b942cc468ceba61756b62fad7d5979 (diff) | |
download | perl-6bc50c7f90898588c94dcdb5c9805f5d21934471.tar.gz |
perlunicode: Wrap some lines
This is to make source readable in 79 column window
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunicode.pod | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 01b94c5604..72b65de42b 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1067,10 +1067,11 @@ character. =item [8] -Should do C<^> and C<$> also on C<U+000B> (C<\v> in C), C<FF> (C<\f>), C<CR> (C<\r>), C<CRLF> -(C<\r\n>), C<NEL> (C<U+0085>), C<LS> (C<U+2028>), and C<PS> (C<U+2029>); should also affect -C<E<lt>E<gt>>, C<$.>, and script line numbers; should not split lines within C<CRLF> -(i.e. there is no empty line between C<\r> and C<\n>). For C<CRLF>, try the +Should do C<^> and C<$> also on C<U+000B> (C<\v> in C), C<FF> (C<\f>), +C<CR> (C<\r>), C<CRLF> (C<\r\n>), C<NEL> (C<U+0085>), C<LS> (C<U+2028>), +and C<PS> (C<U+2029>); should also affect C<E<lt>E<gt>>, C<$.>, and +script line numbers; should not split lines within C<CRLF> (i.e. there +is no empty line between C<\r> and C<\n>). For C<CRLF>, try the C<:crlf> layer (see L<PerlIO>). =item [9] |