summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-20 14:23:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-20 14:23:46 +0000
commit4616122b2febf46c06108cbf6482bddc9b9a7fc2 (patch)
tree0c5bb424c59b0d8dc368eabe9a14698ff914a881 /pod/perlunicode.pod
parentc95a44803d41d61c12c72f454dc8b4be35f0073a (diff)
downloadperl-4616122b2febf46c06108cbf6482bddc9b9a7fc2.tar.gz
Typo fix from Andreas Koenig, plus a tweak.
p4raw-id: //depot/perl@15358
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 468f24ceaf..4cb83252f0 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -830,7 +830,7 @@ for more discussion of the issues.
=head2 Locales
-Usually locale settins and Unicode do not affect each other, but
+Usually locale settings and Unicode do not affect each other, but
there are a couple of exceptions:
=over 4
@@ -847,7 +847,7 @@ B<any subsequent file open>, is UTF-8.
Perl tries really hard to work both with Unicode and the old byte
oriented world: most often this is nice, but sometimes this causes
problems. See L</BUGS> for example how sometimes using locales
-with Unicode can be a good thing.
+with Unicode can help with these problems.
=back