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

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -