xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/man/encoding.pod (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1=encoding utf-8
2
3=head1 ENCODING TESTS
4
5This POD source is intended to test encoding behavior with different
6pod2man encoding options.  The resulting *roff output files can be copied
7to various systems to test with the local nroff or man implementations.
8
9ISO 8859-1 character: naïve
10
11ISO 8859-1 escape: naE<iuml>ve, naE<0xEF>ve
12
13Combining accent: naïve
14
15SMP plane character: ��
16
17Non-breaking space: foo bar, S<foo bar>
18
19Soft hyphen: fac­tory
20
21=head1 LICENSE
22
23Copyright 2022 Russ Allbery <rra@cpan.org>
24
25Copying and distribution of this file, with or without modification, are
26permitted in any medium without royalty provided the copyright notice and
27this notice are preserved.  This file is offered as-is, without any
28warranty.
29
30SPDX-License-Identifier: FSFAP
31