I'm not sure what these characters are called, i think they are foreign chars but i could be wrong.
Some of them exist in my MySQL database and when returning the rows, i want to either fix the characters to become there normal version
turn ø into o
turn å into a
if that can't be done then i want to check if the string contains any of these characters so i can then block that string from being displayed.
Any help will be appreciated thank you.