<?php $patterns = array('å', "a\xCC\x8A", "A\xCC\x8A", 'æ', 'ø'); $replacements = array('/x7D', '/x7D', '/x7D', 'X', '/x7C'); echo str_replace($patterns, $replacements, '1554896020A2å.pdf');
You have javascript disabled. You will not be able to edit any code.