hi,
I need to replace accent character "é" with "e" (I know this is not correct replacement) in my file after converting it from utf-8 to ascii.
Any help is appreciated, thanks in advance.
Command used for conversion: $iconv -c -f utf-8 -t ascii < file1.txt > file2.txt
Cheers,
BauV
I need to replace accent character "é" with "e" (I know this is not correct replacement) in my file after converting it from utf-8 to ascii.
Any help is appreciated, thanks in advance.
Command used for conversion: $iconv -c -f utf-8 -t ascii < file1.txt > file2.txt
Cheers,
BauV