ParthModi's avatar

How to GET a record with contains an apostrophe

I want to get my record with apostrophe(') symbol in MYSQL DB

record in database

Here’s my android reply 

record I get in API

Here�s my android reply
0 likes
1 reply
kokoshneta's avatar

That’s a text encoding issue. Check which character set your database uses for storing and collating, and make sure you use the same one on your database connection as well as in the final output HTML.

Please or to participate in this conversation.