PHP iconv Special Character Conversion -


i have problem converting utf-8 chars plain text. of them work while give : ?

echo iconv('utf-8', 'ascii//translit', "Žluťoøučký kůň") 

outputs:

zluto?ucky kun 

the ø ?. php file utf-8 , there no problem encoding.

any ideas why?

trying run in apache. works fine when using through terminal php compiling


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -