0

When i post data in arabic language from android then garbage values store in mysql database but when i send same data from postman then it correctly saved in mysql database following are the parameters :

{ 
strName=نلنلننب تبتبتب, 
strDescription=بتنبتبعبتب تبتبن بعنبتبنب تبهبتب, 
}

following values are stored in mysql database enter image description here

Collation of my columns is utf8_general_ci in mysql.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Kamran Ali
  • 29
  • 1
  • 9
  • Possible duplicate of [How to display Arabic word in java server page?](https://stackoverflow.com/questions/26629624/how-to-display-arabic-word-in-java-server-page) – Taslim Oseni Sep 16 '18 at 15:58
  • i'm talking about android volley – Kamran Ali Sep 16 '18 at 16:27
  • Issue is solved by this [multi-part request in volley lib](https://stackoverflow.com/questions/45923102/how-to-add-non-english-words-as-text-part-to-multi-part-request-in-volley-lib) – Kamran Ali Sep 16 '18 at 17:18

0 Answers0