I'm parsing an rss feed and inserting all the data into a database.
I'm having trouble with symbols and special characters.
for example the TM (trademark) symbol gets inserted as ’
I then do a select statement from the database and the output is ’
how do I fix this either on the insert or the output...preferably format the symbols on the insert.