Convert French to ASCII (French speakers are wanted)
        Posted  
        
            by Andrey
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrey
        
        
        
        Published on 2010-04-12T20:01:49Z
        Indexed on 
            2010/04/12
            20:02 UTC
        
        
        Read the original article
        Hit count: 487
        
i need to convert French text to most correct analog in ASCII. Let me explain. In German you should convert ä to ae, this is not simple removing of diacritics, it is finding most correct analogue. Please help me with French. I found that there is no programmatic way to do it, i create Dictionary<char, string>.
To convert (+ capitals): é, à, è, ù, â, ê, î, ô, û, ë, ï, ü, ÿ, ç. and any other you suggest! Please write suggested substitution in ascii.
Thanks, Andrey.
© Stack Overflow or respective owner