advanced code snippet search
GuillaumeP on 10/07/10
php accents iconv
10/07/10 06:43am
1 person have marked this snippet as a favorite
jplr
<?phpsetlocale(LC_ALL, 'fr_CA.utf8');echo iconv('UTF-8', 'ASCII//TRANSLIT', 'èàềéầïæÆêç');// eaeeaiaeAEec
Report this snippet Tweet
Comment:
You need to login to post a comment.