URL argument was malformed UR

if url string of network.request contains Chinese characters in Corona SDK,the console will log “URL argument was malformed URL”.For example,if the url string is “http://xxxx.com?name=张三&age=23”,the problem will occur,but if the Chinese characters are replaced by English characters ,everything will be ok.how can issue be solved?