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 -

c++ - Msgpack packing bools bug -

java - POJO with list of POJO to JSON display size and index -