[PHP] Figuring out file-encoding

2011-02-28 Thread Asmann, Roland
Hi all, I need to read several files from the HD, but they are saved in different encodings. Can I somehow figure out which encoding I should use when reading the file? Thanks. -- Roland Asmann Senior Software Engineer adesso Austria GmbH Floridotower 26. Stock T +43 1

Re: [PHP] Figuring out file-encoding

2011-02-28 Thread Jeffrin Jose
On Mon, Feb 28, 2011 at 06:20:30PM +0100, Asmann, Roland wrote: I need to read several files from the HD, but they are saved in different encodings. Can I somehow figure out which encoding I should use when reading the file? i think detect the file encoding and decode it. as for detection