summaryrefslogtreecommitdiff
path: root/pod/perluniintro.pod
diff options
context:
space:
mode:
authorSlaven Rezic <slaven@rezic.de>2010-02-06 23:19:39 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-02-07 16:16:19 +0100
commita69635b797939b348e6ed6c090a2b89709dc47b1 (patch)
treedd4b28446380214a57023038e10d5d61b11c06e3 /pod/perluniintro.pod
parentdc08a87be50ba933831af3060c5255da6ce8dea3 (diff)
downloadperl-a69635b797939b348e6ed6c090a2b89709dc47b1.tar.gz
changed "an UTF..." to "a UTF..." in all Pods
Diffstat (limited to 'pod/perluniintro.pod')
-rw-r--r--pod/perluniintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod
index 24f1fb2284..6c82efde15 100644
--- a/pod/perluniintro.pod
+++ b/pod/perluniintro.pod
@@ -623,7 +623,7 @@ return the value of the internal "utf8ness" flag attached to the
C<$string>. If the flag is off, the bytes in the scalar are interpreted
as a single byte encoding. If the flag is on, the bytes in the scalar
are interpreted as the (multi-byte, variable-length) UTF-8 encoded code
-points of the characters. Bytes added to an UTF-8 encoded string are
+points of the characters. Bytes added to a UTF-8 encoded string are
automatically upgraded to UTF-8. If mixed non-UTF-8 and UTF-8 scalars
are merged (double-quoted interpolation, explicit concatenation, and
printf/sprintf parameter substitution), the result will be UTF-8 encoded