#!/bin/sh
tr '\200-\377' '-' < $HOME/Applications/amphetadesk-osx-v0.93.1/data/
channels/macosxhints.xml > /tmp/fixrss$$
cp /tmp/fixrss$$ $HOME/Applications/amphetadesk-osx-v0.93.1/data/
channels/macosxhints.xml
rm -f /tmp/fixrss$$
NOTE: The tr and cp lines have been broken into two for narrower display; remove the line break when entering this code.
[robg adds: If anyone knows RSS coding and would like to help fix the macosxhints' feed, please email me privately -- this is definitely an issue with the feed at present!]

