This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7069319
)
0777 is 512, not 522. (A typo.)
author
Nicholas Clark
<nick@ccl4.org>
Sat, 17 Nov 2007 18:57:51 +0000
(18:57 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 17 Nov 2007 18:57:51 +0000
(18:57 +0000)
p4raw-id: //depot/perl@32376
pod/perlrebackslash.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrebackslash.pod
b/pod/perlrebackslash.pod
index
e1fdebb
..
d8cfb6a
100644
(file)
--- a/
pod/perlrebackslash.pod
+++ b/
pod/perlrebackslash.pod
@@
-176,7
+176,7
@@
Mnemonic: I<N>amed character.
Octal escapes consist of a backslash followed by two or three octal digits
matching the code point of the character you want to use. This allows for
-5
2
2 characters (C<\00> up to C<\777>) that can be expressed this way.
+5
1
2 characters (C<\00> up to C<\777>) that can be expressed this way.
Enough in pre-Unicode days, but most Unicode characters cannot be escaped
this way.