I am using a script that generates a .png file that shows what is the "current playing" song. Here is where the problem is. When the .png file is generated every word that has an ' (apostrophe) in it gets shown as /'. I need to know what I can do to get rid of the /. I can post the script if that would help someone help figure out how to get rid of this little devil.
It's actually a backslash (\) that appears before the apostrophe. Almost sounds like the script might be coded to use an escape character when it doesn't need to.
Posting the portion of the script that prints the text on the graphic might be helpful.