LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/scripts/unaccent.pl

16 lines
249 B

#!/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;