This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1ab74a3
)
perlrecharclass: Fix typo
author
Karl Williamson
<public@khwilliamson.com>
Mon, 9 Aug 2010 17:34:12 +0000
(11:34 -0600)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 11 Aug 2010 08:12:24 +0000
(10:12 +0200)
pod/perlrecharclass.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrecharclass.pod
b/pod/perlrecharclass.pod
index
a9b5ea3
..
aad038d
100644
(file)
--- 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<http://www.unicode.org/notes/tn21>.)
Some of the non-European digits that C<\d> matches look like European ones, but
"times 100", etc. (See L<http://www.unicode.org/notes/tn21>.)
Some of the non-European digits that C<\d> matches look like European ones, but
-have different values. For example, BENGALI DIGIT FOUR (U+09
A) looks very much
-like an ASCII DIGIT EIGHT (U+0038).
+have different values. For example, BENGALI DIGIT FOUR (U+09
EA) 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<Unicode::UCD/charscript()>.
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<Unicode::UCD/charscript()>.