Reply to How to determine if a file is UTF8 encoded?
Posted by Thomas Podlesak on 11/18/05 15:48
I need a check, if a file is utf8 encoded. I only found the php-functions
'iconv' and 'recode'. But it seems it´s not possible to determine the
encoding with them. Isn´t there any similar function to the 'file'-command
on linux for php?