I am going to make a news app but iam facing problem to get data from mysql because iam making a hindi news app and i don,t know how to store hindi data in mysql my application working fine with english content but when i change news content in hindi then iam getting index issue in myu while fetching data from mysql.
iam also search this in internet and i got two option for change column data type to “utf8 general ci” or “utf8 unicode ci” i also do this but problem not solve please help me.iam stuck on this problem with two days!
Not sure need of any link just open your kodular creator
Then use web component and try it to encode a text with url encoder block and then decode it with url decoder to view
Ok i will use web commoponent to encode text and then store in mysql but how to decode all data while fetching in app because iam getting list of data from mysql so how to decode list data?
in list data i have 7 index every index have another character like integer,time stamp,id,tittle,description,content,imglink
so how can i do with list of data?
or no need to decode data while fetching please tell me.hope you will understand my english!
When u r getting data for every index then decode it with url decoder block its very simple just give it a try then if you fail to achieve then let me know we all here to help you whenever you are stuck
So don’t worry
Ok u r encoding perfectly now use url decoder block after (its example for your one block extend it to all others too) set news title block text… Now before adding select from list index block use url decoder block
Mean
Set news titile slider block text = url decoder and then add your select list index block and so on