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