Hi there,
This is actually a post I have seen by someone else but I have not
seen an answer so just wondered if you could let me know what the
situation was - many thanks for your help!!
Google translate is supposed to access the required URL from the
Google computers, then provide the translated content to the user.
But when the URL contains special characters like ";" (used by some
script to separate the parameters), when actually accessing the page,
Google translate converts them to "%3B"
For instance, when asking for translating the following URL:
http://abcdefghixx.com/x.pl?a=1;b=2;c=3
Google Translate will send this request to the abcdefghixx site:
http://abcdefghixx.com/x.pl?a=1%3Bb=2%3Bc=3
It worked well before. This has been changed a few weeks (months?)
ago. Some of the visitors of my site started to complain about that a
couple of weeks ago.
Is there any way to tell the Google staff about this issue? Is there
any form to report a bug to the Google developers?