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
Post a Comment