I'm struggling with a character encoding issue. Basically the text I am trying to manipulate contains extended ascii characters which are invalid with the database encoding (unfortunately I have no control over this)
Without applying a brute force search and replace does anyone know of any neat ways to convert extended ASCII into the ASCII equivalent?
e.g. e' to e
Any help or pointers would be greatly appreciated.
Without applying a brute force search and replace does anyone know of any neat ways to convert extended ASCII into the ASCII equivalent?
e.g. e' to e
Any help or pointers would be greatly appreciated.