Subject: | pod2man does not handle POD E<> unicode sequences |
OS : Debian testing (perl: 5.10.0-25)
Version: This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
The pod2man does not translate the E<> sequences that are Unicode. There
are also no warnings that the translation is not taking in effect.
The POD:
# See attached file for complete POD
Unicode quotes E<0x2018>singleE<0x2019> and E<0x201C>doubleE<0x201D>.
Example run:
pod2man unicode.pod > /dev/null
<no warnings>
The [gn]roff output does not look correct:
Unicode quotes XsingleX and XdoubleX.
SUGGESTION
At least substitute the unicode sequences with typical ASCII single(')
and double (") equivalents until there is support for groff(1) unicode.
Subject: | unicode.pod |
=pod
=encoding utf8
=head1 TEST
Unicode quotes E<0x2018>singleE<0x2019> and E<0x201C>doubleE<0x201D>.
=cut