X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlretut.pod;h=2798f6890cae2ff70472c3ae567b0f304d4253a8;hb=e526e8bb0a50d374ea99b823a0b7ebc449c4cb0b;hp=f9a43515c1fc607151801d99c0c046f53b74acc3;hpb=6f335b04a25eb6e19a2d2c9136ef3c994601c41d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlretut.pod b/pod/perlretut.pod index f9a4351..2798f68 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -1866,8 +1866,8 @@ Unicode and encoded in UTF-8, then an explicit C 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> escape -sequence C<\N{name}>. C is a name for the Unicode character, as +Unicode characters is to use the I escape +sequence C<\N{I}>. I 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