xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/iso-8859-1-error-pod (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2ISO-8859-1 encoding
3
4[options]
5encoding iso-8859-1
6
7[input]
8=encoding UTF-8
9
10=head1 INVALID
11
12This character cannot be represented in ISO-8859-1, so should produce an
13error.
14
1516
17[output]
18INVALID
19    This character cannot be represented in ISO-8859-1, so should produce an
20    error.
21
22    ?
23
24POD ERRORS
25    Hey! The above document had some coding errors, which are explained
26    below:
27
28    Around line 8:
29        "\x{38790}" does not map to iso-8859-1
30