Encoding UTF 8 network.request

Send data to server and return result = ???

Im sending text in Russian and return it to app but it return me  ???

I have the same problem

Hi @biz0505,

Can you glance at the documentation for network.download(), in the last example on the page, and see if it helps you? If so, I believe the same principle could be used with network.request().

http://docs.coronalabs.com/api/library/network/download.html

Take care,

Brent

I use these utf-8 encoding and decoding function: http://pastebin.com/t2aQpMdd

They are from the old code share, I can’t find the original anymore.

I have the same problem

Hi @biz0505,

Can you glance at the documentation for network.download(), in the last example on the page, and see if it helps you? If so, I believe the same principle could be used with network.request().

http://docs.coronalabs.com/api/library/network/download.html

Take care,

Brent

I use these utf-8 encoding and decoding function: http://pastebin.com/t2aQpMdd

They are from the old code share, I can’t find the original anymore.