Revision 6e5fe91459b67cc8cb42e5cf7756c1546f9dc9dd authored by Christophe Maudoux on 18 January 2019, 22:33:34 UTC, committed by Christophe Maudoux on 18 January 2019, 22:33:47 UTC
1 parent 72705b1
Raw File
unaccent.pl
#!/usr/bin/perl -i -p

s/â/â/g;
s/à/à/g;
s/é/é/g;
s/ê/ê/g;
s/è/è/g;
s/ë/ë/g;
s/î/î/g;
s/ï/ï/g;
s/ô/ô/g;
s/œ/œ/g;
s/û/û/g;
s/ù/ù/g;
s/ü/ü/g;
s/ç/ç/g;
back to top