xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/iso-8859-1-error-die (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2ISO-8859-1 encoding with invalid character (die)
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]
19.SH INVALID
20.IX Header "INVALID"
21This character cannot be represented in ISO\-8859\-1, so should produce an
22error.
23.PP
24?
25
26[errors]
27Pod input around line 8: "\x{38790}" does not map to iso-8859-1
28
29[exception]
30POD document had syntax errors
31