From 6671dd37b1706ba1c924653baae22e7d739fcdd4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 9 Aug 2010 11:34:12 -0600 Subject: [PATCH] perlrecharclass: Fix typo --- pod/perlrecharclass.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index a9b5ea3..aad038d 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -102,8 +102,8 @@ appear no more than one in a row, separated by characters that mean "times 10", "times 100", etc. (See L.) Some of the non-European digits that C<\d> matches look like European ones, but -have different values. For example, BENGALI DIGIT FOUR (U+09A) looks very much -like an ASCII DIGIT EIGHT (U+0038). +have different values. For example, BENGALI DIGIT FOUR (U+09EA) looks +very much like an ASCII DIGIT EIGHT (U+0038). It may be useful for security purposes for an application to require that all digits in a row be from the same script. See L. -- 1.8.3.1