summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/late-encoding
blob: 99c0de938a5cac3374d9fa5761784e7422308f72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[name]
Late use of =encoding

[input]
=pod

=head1 NAME

This is the first ascii text

=encoding utf8

=over 4

=item ⇒This is the first non-ascii text⇐

This is the second ascii text

=back

=cut

[output]
NAME
    This is the first ascii text

    ⇒This is the first non-ascii text⇐
        This is the second ascii text