09-27-2024, 08:08 AM
It appears to be an encoding issue. Your file is encoded with UTF-8-BOM, but if I change it to just UTF-8, it works perfectly. So I'm going to have to modify the code to detect the encoding, and remove the BOM before feeding it to the underlying library.
Mike
Mike