iPhone how do I programmatically substitute a degree symbol for the letter o in a string?
- by Scott Pendleton
I know how to replace text in a string. But that's using keyboard (ASCII) characters. In Objective C, how do I indicate a degree symbol? Also, how do I get the ASCII code for a character?