Anglo-saxon Character map
<?php | |
$characterMap = [ | |
'ð' => 'th', 'Ð' => 'Th', 'Þ' => 'Th', 'þ' => 'th', 'đ' => 'd', | |
'Ƿ' => 'W', 'ƿ' => 'w', 'Ȝ' => 'G', 'ȝ' => 'g', 'æ' => 'ae', | |
'Æ' => 'AE' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment