LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   convert accent... (https://www.linuxquestions.org/questions/programming-9/convert-accent-297263/)

os2 03-03-2005 02:42 PM

convert accent...
 
hi

in c language under linux, i need to create some web page

a function pass me the name file to create...

some string have accent: like Février...

are there a function to remove the accent like é, è, û,ô... ?

thanks

itsme86 03-04-2005 09:03 AM

You can't just remove the accent, it's part of the character. You'd need to create a table that contains all the characters you want to convert to which character and then do a lookup on that table when you come across one.


All times are GMT -5. The time now is 10:46 PM.