Android App - Upload file with Korean characters in the name -


i'm developing android app allows users upload file device kind of cloud. i'm using http post request handle upload.

i have problem when file has korean characters in it's name, korean characters saved "?". example, if file it's called " 이우석.txt" gets stored "???.txt".

i've debugged , when file sent correct name, when gets handler name displayed "???.txt".

can please? thanks


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -