network.request returns empty response on iOS and MacOS
Posted on Mon, 2013-01-21 22:56
I use network.request to retrieve data from my server.. It is a text file..
Recently I found that, if the text file contains some weird characters such as ’ or –(these are different from single quote or hyphen; they are' and -), then on iOS and the Mac network.request returns an empty response.. event.status is 200, event.isError is false, only the response is empty..
In android, everything is normal..
Is this a Corona bug or an iOS thing?
