diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-02-25 12:35:14 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-28 10:15:19 -1000 |
commit | e526e8bb0a50d374ea99b823a0b7ebc449c4cb0b (patch) | |
tree | c266202bf5157c3449f3b40d913d12f8ed803da2 /pod/perlretut.pod | |
parent | 6f335b04a25eb6e19a2d2c9136ef3c994601c41d (diff) | |
download | perl-e526e8bb0a50d374ea99b823a0b7ebc449c4cb0b.tar.gz |
Document \N{U+...}
Diffstat (limited to 'pod/perlretut.pod')
-rw-r--r-- | pod/perlretut.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod index f9a43515c1..2798f6890c 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -1866,8 +1866,8 @@ Unicode and encoded in UTF-8, then an explicit C<use utf8> is needed.) Figuring out the hexadecimal sequence of a Unicode character you want or deciphering someone else's hexadecimal Unicode regexp is about as much fun as programming in machine code. So another way to specify -Unicode characters is to use the I<named character>> escape -sequence C<\N{name}>. C<name> is a name for the Unicode character, as +Unicode characters is to use the I<named character> escape +sequence C<\N{I<name>}>. I<name> is a name for the Unicode character, as specified in the Unicode standard. For instance, if we wanted to represent or match the astrological sign for the planet Mercury, we could use |