summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2018-04-18 16:28:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-19 09:20:37 -0400
commitdabde021f60e09a0d267e2c1d21905e88314056d (patch)
treecba2215a54b03e0210e5793a98743dd47d129844 /pod/perlunicode.pod
parenta3bda1a78f16ffb09616f48f73bb73558cbfd96c (diff)
downloadperl-dabde021f60e09a0d267e2c1d21905e88314056d.tar.gz
Spelling corrections in pod/*.pod from Alexandr Savca.
Alexandr Savca is now a Perl AUTHOR. For: RT #133120 Committer: holding off on the corrections to pod/perlartistic.pod until clarification of change to license text.
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 7515b1532c..9c9111dce0 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -394,7 +394,7 @@ other.
You may be presented with strings in any of these equivalent forms.
There is currently nothing in Perl 5 that ignores the differences. So
-you'll have to specially hanlde it. The usual advice is to convert your
+you'll have to specially handle it. The usual advice is to convert your
inputs to C<NFD> before processing further.
For more detailed information, see L<http://unicode.org/reports/tr15/>.
@@ -1679,7 +1679,7 @@ See L<perlebcdic/Unicode and UTF>.
Because UTF-EBCDIC is so similar to UTF-8, the differences are mostly
hidden from you; S<C<use utf8>> (and NOT something like
-S<C<use utfebcdic>>) declares the the script is in the platform's
+S<C<use utfebcdic>>) declares the script is in the platform's
"native" 8-bit encoding of Unicode. (Similarly for the C<":utf8">
layer.)