Patches:
I've also done some very small miscellaneous tools:
- sanitise.c — This changes windows-1252 characters
into the corresponding characters in us-ascii. Especially useful for
converting webpages or emails that use the windows-only characters without
declaring so in the relevant header. (Yes, Outlook users, that includes your
posts.) Users of mutt may find it useful to
add the line
set display_filter "/path/to/sanitise-binary"
to their muttrc.
More to come. First, I need to clean the things up a bit, and decide if I want to use some kind of license.