Hello, There is a solution to detect file encoding/charset? I need to detect if my file(s) have UTF-8 encoding (without BOM). I try to read the first 3 Hex words but the number changes: 0x3C3F70 0x3C3439 0x3C6D65 0x3C6874 0x3C7461 0x3C2144 0x093C64 (UTF-8 without BOOM) 0xEFBBBF ... Anyone knows a good solution to see if the file have UTF-8 encoding/charset without BOM? Best regards, Pardalito. Edit: Typo