Url encoding problem in Safari vs. Chrome
When I paste this url in the Safari address bar, the result I get is mangled - the text-t开发者_如何学Goo-speech is pronouncing characters that aren't there (like the copyright sign). But when I paste the url in Chrome, I get the correct response (which is an mp3 of the pronunciation of the word "éliminé".)
It looks like Safari unescapes the string before sending.
What goes wrong in Safari, and is there a fix?
精彩评论