changed "an UTF..." to "a UTF..." in all Pods
Slaven Rezic [Sat, 6 Feb 2010 22:19:39 +0000 (23:19 +0100)]
pod/perl592delta.pod
pod/perldiag.pod
pod/perluniintro.pod
pod/perlvar.pod

index cc23843..9648843 100644 (file)
@@ -128,7 +128,7 @@ A new variable, ${^RE_DEBUG_FLAGS}, controls what debug flags are in
 effect for the regular expression engine when running under C<use re
 "debug">. See L<re> for details.
 
-A new variable ${^UTF8LOCALE} indicates where an UTF-8 locale was detected
+A new variable ${^UTF8LOCALE} indicates where a UTF-8 locale was detected
 by perl at startup.
 
 =head1 Modules and Pragmata
index 5436042..aeb5d27 100644 (file)
@@ -4945,7 +4945,7 @@ removed in a future version.
 
 =item UTF-16 surrogate %s
 
-(W utf8) You tried to generate half of an UTF-16 surrogate by
+(W utf8) You tried to generate half of a UTF-16 surrogate by
 requesting a Unicode character between the code points 0xD800 and
 0xDFFF (inclusive).  That range is reserved exclusively for the use of
 UTF-16 encoding (by having two 16-bit UCS-2 characters); but Perl
index 24f1fb2..6c82efd 100644 (file)
@@ -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
index 834a880..febf15f 100644 (file)
@@ -1321,7 +1321,7 @@ all its results against linear scans, and panicking on any discrepancy.
 
 =item ${^UTF8LOCALE}
 
-This variable indicates whether an UTF-8 locale was detected by perl at
+This variable indicates whether a UTF-8 locale was detected by perl at
 startup. This information is used by perl when it's in
 adjust-utf8ness-to-locale mode (as when run with the C<-CL> command-line
 switch); see L<perlrun> for more info on this.