diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-02-25 12:48:12 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-28 10:15:20 -1000 |
commit | 8c37f1d08aed2115c94599be4884644c5c90a0bc (patch) | |
tree | 1cbfa8d6b4558098fce106d13f6bd042f12bf18b /pod | |
parent | 195e542a7ae4c1d9d4590b90e4b3949219cb0b9f (diff) | |
download | perl-8c37f1d08aed2115c94599be4884644c5c90a0bc.tar.gz |
Note existence (and warn against using) \N{U+c1.c2...}
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrebackslash.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod index e14ef35e1b..b428bbe0d6 100644 --- a/pod/perlrebackslash.pod +++ b/pod/perlrebackslash.pod @@ -177,6 +177,12 @@ ordinal value of C<A> is not 0x41). It is even possible to give your own names to characters, and even to short sequences of characters. For details, see L<charnames>. +(There is an expanded internal form that you may see in debug output: +C<\N{U+I<wide hex character>.I<wide hex character>...}>. +The C<...> means any number of these I<wide hex character>s separated by dots. +This represents the sequence formed by the characters. This is an internal +form only, subject to change, and you should not try to use it yourself.) + Mnemonic: I<N>amed character. Note that a character that is expressed as a named character is considered |