1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Description: fix POD spelling
Origin: vendor
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107673
Author: Jonathan Yu <jawnsy@cpan.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-02-12
--- a/lib/PostScript/File.pm
+++ b/lib/PostScript/File.pm
@@ -2711,7 +2711,7 @@
Setting this to C<cp1252> or C<iso-8859-1> also causes the document to
be encoded in that character set. Any strings you add to the document
-that have the UTF-8 flag set will be reencoded automatically. Strings
+that have the UTF-8 flag set will be re-encoded automatically. Strings
that do not have the UTF-8 flag are expected to be in the correct
character set already. This means that you should be able to set this
to C<cp1252>, use Unicode characters in your code and the "-iso"
@@ -2726,7 +2726,7 @@
L<http://en.wikipedia.org/wiki/Windows-1252>
For backwards compatibility with versions of PostScript::File older
-than 1.05, setting this to C<ISOLatin1Encoding> reencodes the fonts,
+than 1.05, setting this to C<ISOLatin1Encoding> re-encodes the fonts,
but does not do any character set translation in the document.
=head3 Initialization keys
@@ -2745,7 +2745,7 @@
=head4 font_suffix
-This string is appended to each font name as it is reencoded. (Default: "-iso")
+This string is appended to each font name as it is re-encoded. (Default: "-iso")
The string value is appended to these to make the new names.
@@ -3238,7 +3238,7 @@
page.
Also note that any settings defined here will be active for each page
-seperately. Use L</add_setup> if you want to carry settings from one
+separately. Use L</add_setup> if you want to carry settings from one
page to another.
|