|
// TODO slug diacritics dev https://stackoverflow.com/a/14114443/6144696 |
|
$diacritics = [ |
|
'Ǎ'=>'A','А'=>'A','Ā'=>'A','Ă'=>'A','Ą'=>'A','Å'=>'A', |
|
'Ǻ'=>'A','Ä'=>'Ae','Á'=>'A','À'=>'A','Ã'=>'A','Â'=>'A', |
|
'Æ'=>'AE','Ǽ'=>'AE','Б'=>'B','Ç'=>'C','Ć'=>'C','Ĉ'=>'C', |
|
'Č'=>'C','Ċ'=>'C','Ц'=>'C','Ч'=>'Ch','Ð'=>'Dj','Đ'=>'Dj', |
This issue was generated by todo based on a TODO
comment in 4ee267e. It's been assigned to @r3sist because they committed the code.