====== Un-accenting text ====== This PHP code snippet is userful in removing accents from international (latin), especially hungarian texts. ".unaccent($entry)."\n"; rename($entry,unaccent($entry)); if(is_dir($entry)) doit($entry); } } doit("."); ?> {{tag>util rename files php}} ~~LINKBACK~~