It’s just a minor cosmetic problem, but when I use word_safe to ensure long lines get broken, it duplicates the character at the break. For instance, this:
“http://www.pandasthumb.org/pt-archives/000441.html”
gets turned into this:
“http://www.pandasthumb.or rg/pt-archives/000441.html”
Note the extra “r” in “or rg”.
