Skip Menu |

This queue is for tickets about the Perl6-Doc CPAN distribution.

Report information
The Basics
Id: 32234
Status: resolved
Worked: 25 min
Priority: 0/
Queue: Perl6-Doc

People
Owner: sir_lichtkind [...] sourceforge.net
Requestors: steve [...] silug.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.34
Fixed in: 0.35



Subject: character set encoding issues
Various documentation files seem to be mixed Latin-1 and UTF-8. I'm doing the following in the Fedora package I'm working on: perl -Mbytes -pi -e 's/\xf6/\xc3\xb6/g' Changes README lib/Perl6/Doc.pm perl -Mbytes -pi \ -e 's/(?<![\xc2\xd9\xe0\x85\x91])([\xab\xbb\xa0\xac])/\xc2$1/g' \ lib/Perl6/Doc/Design/*.pod perl -Mbytes -pi -e 's/\x97/\xe2\x80\x94/' \ lib/Perl6/Doc/Magazine/perl-6-parameter-passing.pod That seems to make everything proper UTF-8.
From: sir_lichtkind [...] sourceforge.net
thanks for report, i try to solve it on the source :)
fixed in 0.34_3