I have some special chars like hyphen, quotes etc in a string. They are stored in MySql database. When I queried the record directly from the db, it appears that the records is fine by showing a hyphen (-) or quotes (either single or double). However, when I read it from the database, and write it to a text file, the hyphen appears as "<96>" without quotes. e.g.:
Normal: Topic Title - Here is a brief description
Abnormal: Topic Title <96> Here is a brief description
How can I convert it back to a hyphen? Thanks so much in advance.
Normal: Topic Title - Here is a brief description
Abnormal: Topic Title <96> Here is a brief description
How can I convert it back to a hyphen? Thanks so much in advance.