I have a problem converting the UTF-8 chars to the plain text. Some of them work while some give : ?
echo iconv('UTF-8', 'ASCII//TRANSLIT', "Žluťoøučký kůň")
Outputs:
Zluto?ucky kun
The ø is ?. My Php file is UTF-8 and there is no problem with encoding. 
Any Ideas why?
Trying to run in Apache. Works fine when using through terminal
phpcompiling
