Needed to do some re-formating of text files. A lot of text files. The main thing being very long unwrapped lines and I needed them to be less than 60 columns wide.
So I used the Text:Autoformat module to reformat the text; http://search.cpan.org/~dconway/Text-Autoformat-1.666.0/lib/Text/Autoformat.pm
I bumped into some issues with the PDA reader not supporting UTF8 characters.
So now I'm exploring options to un-map UTF8 characters on the file reading; http://search.cpan.org/~dankogai/Encode-2.33/Encode.pm
