Clovertech
We use a script that simply removes all non-ascii characters. The core being
regsub -all {[^x00-x7F]} $msg {} msg
This could be modified to remove the lower characters as well, and/or to put in a space.