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