I have been using xml to parse. Although I can insert my data fine into a mysql database, I cannot receive whenever there is a apostrophe. I am using
stringByAddingPercentEscapesUsingEncoding : NSUTF8StringEncoding
for the insert, which succeeds in placing it in as '. When I try to select however, mysql gets confused and shoots me with no response. Is there a way to replace an apostrophe with something recognizable before sending it up to the database and then parsing it back into the correct format when receiving?