Skip to content

Instantly share code, notes, and snippets.

@fongreecss
Created June 30, 2016 17:40
Show Gist options
  • Save fongreecss/f510c4e77750e752624ef153e7deb5d6 to your computer and use it in GitHub Desktop.
Save fongreecss/f510c4e77750e752624ef153e7deb5d6 to your computer and use it in GitHub Desktop.
<?php
function sumniki_v_sicnike($orig) {
return str_replace(
array("š", "đ", "č", "ć", "ž", "Š", "Đ", "Č", "Ć", "Ž"),
array("s", "d", "c", "c", "z", "S", "D", "C", "C", "Z"),
$orig);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment