Apologies if this has already been answered previously...
We've got an online mail reader (php based) that currently substitutes "�" or the upright rectangle for non-latin based characters in a window where the message body is loaded via an iframe. The texts are generally stored base64 encoded, so my question is, are there online translation tools that I can send the base64 encoded string that will decode the string, translate it, and return the translation (either base64 or decoded makes no difference)?