I am using php and I was wondering if there was a predefined way to convert foreign characters to their non-foreign alternatives.
Characters such as ê, ë, é all resulting to ‘e’.
I’m looking for a function that would take a string and return it without the special characters.
Any ideas would be greatly appreciated!
After failing to find suitable convertors I created my own collection that suits my needs including my favorite Cyrillic conversion that by default has numerous variations.