Hi
I would like to replace accentuel chars (like "é", "è" or "à ") with non
accetued ones ("é" -> "e", "è" -> "e", "à " -> "a").
I have tried string.replace method, but it seems dislike non ascii chars...
Can you help me please ?
Thanks.
I would like to replace accentuel chars (like "é", "è" or "à ") with non
accetued ones ("é" -> "e", "è" -> "e", "à " -> "a").
I have tried string.replace method, but it seems dislike non ascii chars...
Can you help me please ?
Thanks.
Comment