From c0c50798904ed219d069da8d28f789f4cc6e4fb2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 5 Mar 2004 21:19:06 +0000 Subject: A small perluniintro clarification by Jarkko. p4raw-id: //depot/perl@22444 --- pod/perluniintro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perluniintro.pod') diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 6a9d4b098d..803df80759 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -265,7 +265,7 @@ C will work on the Unicode characters; regular expressions will work on the Unicode characters (see L and L). Note that Perl considers combining character sequences to be -characters, so for example +separate characters, so for example use charnames ':full'; print length("\N{LATIN CAPITAL LETTER A}\N{COMBINING ACUTE ACCENT}"), "\n"; -- cgit v1.2.1