I'm using this php class to get content translated. http://www.codediesel.com/php/google-translation-php-wrapper/ which works miracle!
I got to send a load of small sentences and words. Google translator ignores new-lines, so I want to send the small strings as one long string with a separator. So I can split the string when returned and get back to the array. so far I had ok results with "..." (3dots). But all goes crazy when there are 3 dots in the text to translate. So I experimented with all sorts of separators, getting really buggy results back. Maybe someone else figured this out already, or maybe some techie at Google might have the answer. What best to use as a string separator? -- You received this message because you are subscribed to the Google Groups "General" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-translate-general?hl=en.
