diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-17 18:57:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-17 18:57:51 +0000 |
commit | 5f0bb0cff2db33516ad752e2ee0eeca0db43da58 (patch) | |
tree | 738651f1acf5d0513e765b000948cf1203360c0f /pod/perlrebackslash.pod | |
parent | 70693193c4b59fbb24a03491512503204199d396 (diff) | |
download | perl-5f0bb0cff2db33516ad752e2ee0eeca0db43da58.tar.gz |
0777 is 512, not 522. (A typo.)
p4raw-id: //depot/perl@32376
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r-- | pod/perlrebackslash.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod index e1fdebb791..d8cfb6ade2 100644 --- 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 -522 characters (C<\00> up to C<\777>) that can be expressed this way. +512 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. |