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:
2b13e35
)
minor grammar and punctuation fixes
author
Karen Etheridge
<ether@cpan.org>
Fri, 29 Dec 2017 03:29:15 +0000
(19:29 -0800)
committer
Karen Etheridge
<ether@cpan.org>
Fri, 29 Dec 2017 03:29:25 +0000
(19:29 -0800)
lib/utf8.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/utf8.pm
b/lib/utf8.pm
index
ea3c655
..
9d56095
100644
(file)
--- a/
lib/utf8.pm
+++ b/
lib/utf8.pm
@@
-246,7
+246,7
@@
dealing with filenames, you should probably read L<perlunitut> and
L<perlunifaq/What is "the UTF8 flag"?>.
Don't use this flag as a marker to distinguish character and binary
L<perlunifaq/What is "the UTF8 flag"?>.
Don't use this flag as a marker to distinguish character and binary
-data
,
that should be decided for each variable when you write your
+data
:
that should be decided for each variable when you write your
code.
To force unicode semantics in code portable to perl 5.8 and 5.10, call
code.
To force unicode semantics in code portable to perl 5.8 and 5.10, call
@@
-258,7
+258,7
@@
C<utf8::upgrade($string)> unconditionally.
UTF-8. Will return true if it is well-formed Perl extended UTF-8 and has the
UTF-8 flag
on B<or> if I<$string> is held as bytes (both these states are 'consistent').
UTF-8. Will return true if it is well-formed Perl extended UTF-8 and has the
UTF-8 flag
on B<or> if I<$string> is held as bytes (both these states are 'consistent').
-
M
ain reason for this routine is to allow Perl's test suite to check
+
The m
ain reason for this routine is to allow Perl's test suite to check
that operations have left strings in a consistent state.
=back
that operations have left strings in a consistent state.
=back