mikilkumar

Results 2 comments of mikilkumar

I managed to get it working by encoding characters to utf-8. now im encountered with another problem. When using build tools 21.1.2 and compiling on api level 21, the emoji...

Set this when sending data to webservice. httpPost.setEntity(new UrlEncodedFormEntity(params, "UTF-8")); And also set encoding on php script. ini_set('default_charset', 'UTF-8');