hi,
i’m using a network.download request on my mac that involves adding a hebrew word to it
and when i print to screen the request and then copy paste to my safari everything works perfactly
but then on the simulator
i get error >
“network.request Invalid Parameter: URL argument was malformed URL”
and everything i do is good,
addedText = “אבי ביטון”
local paramFormat = “&chefn=”… addedText
local request = “http://80.74.111.131/marsutf8/recipes.aspxCmd=Get&InfoID=11&parm1=1&parm2=300”… paramFormat
network.download(request, “GET”, networkListener3, “search.xml”, system.DocumentsDirectory )
can you please fix this annoying bug that prevents me from building my app ?