X-Debbugs-Cc: [EMAIL PROTECTED]
Package: perl-doc
Version: 5.10.0-10

UTF8 gets turned into "X" by pod2man, besides other disturbing issues:

$ set \\n=encoding utf8\\n\\n=head1 中文\\n
$ echo -e $@|uni2ascii -wq|grep 0x
=head1 0x4E2D 0x6587
$ echo -e $@|pod2text
Wide character in print at /usr/share/perl/5.10/Pod/Text.pm line 249.
中文
$ echo -e $@|pod2man|tail -n 2
.SH "XX"
.IX Header "XX"
$ echo -e $@|podchecker
<&STDIN pod syntax OK.
$ podchecker /usr/share/perl/5.10/Pod/Text.pm
*** WARNING: (section) in 'pod2text(1)' deprecated at line 765 in file 
/usr/share/perl/5.10/Pod/Text.pm
/usr/share/perl/5.10/Pod/Text.pm pod syntax OK.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to