Closed p5pRT closed 14 years ago
These are mostly about regex and Unicode things\, and correcting a couple broken links. Details in the commit messages
roperty. -- 1.5.6.3 ```
and C) are control characters.
On EBCDIC platforms, it is likely that the code page will define C<[[:cntrl:]]>
to be the EBCDIC equivalents of the ASCII controls, plus the controls
-that in Unicode have ordinals from 128 through 139.
+that in Unicode have ordinals from 128 through 159.
=item [3]
@@ -624,7 +669,7 @@ The rule is that if the source string is in UTF-8 format, the character
classes match according to the Unicode properties. If the source string
isn't, then the character classes match according to whatever locale or EBCDIC
code page is in effect. If there is no locale nor EBCDIC, they match the ASCII
-defaults (52 letters, 10 digits and underscore for C<\w>; 0 to 9 for C<\d>;
+defaults (0 to 9 for C<\d>; 52 letters, 10 digits and underscore for C<\w>;
etc.).
This usually means that if you are matching against characters whose C
Migrated from rt.perl.org#74642 (status was 'resolved')
Searchable as RT74642$