#2214: Perl Module packages install UTF-8 man pages ----------------------------------------+----------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: 6.2.0 Component: BOOK | Version: SVN Severity: normal | Resolution: Keywords: | ----------------------------------------+----------------------------------- Comment (by [EMAIL PROTECTED]):
The proper spelling is Ingy döt Net, but the perl files are also intended to be human readable. So ASCIi approximation has to be used, maybe: find . -type f | xargs sed -i 's,\xc3\xb6,o,g' -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2214#comment:2> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
