I need some strings that contain german chars converted to their latin equivalent. For example
\'Höhle\' => \'Hohle\'
The easiest way to do that would be
echo transliterator_transliterate('Any-Latin; Latin-ASCII', "Höhle"); // returns Hohle