Forum

Please or Register to create posts and topics.

unicode header missing?

When I try to import my exp file to create a module it says the unicode header is missing. 

UTF8 doesn't have a header. UTF8-BOM has a header. So I converted to UTF8-BOM, but when trying to import the file it says header is corrupted. I check with a HEX editor. Nope. It's not corrupted. It simply adds the hex EF BB BF as a header to indicate UTF8-BOM.

So what's the missing header for your exp files? 

Never mind. I finally got it to install with the UTF8_BOM header. Not sure what I did different.