Working with Accented Characters
Posted: Tue Sep 13, 2005 2:33 am
I have a few ideas how to accomplish this but I am posting to see what alternatives there are and which is fastest to code.
I have the strange problem on a little project I am working on with accented characters. For example bénédictions.
I am trying to find the simplest way to remove the accents leaving me with just a striped version of the word itself.
My first idea was to convert each character in the string to its ascii code then work some sort of conversion class which wouldn't be very difficult.
Any other ideas?
I have the strange problem on a little project I am working on with accented characters. For example bénédictions.
I am trying to find the simplest way to remove the accents leaving me with just a striped version of the word itself.
My first idea was to convert each character in the string to its ascii code then work some sort of conversion class which wouldn't be very difficult.
Any other ideas?