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)?
you’d have to fill in appropriate values for the two character sets. however, you should be storing/processing/ouputting everything using UTF-8, as it makes so many of these kinds of problems simply vanish.