Commits

Wolfgang Pupp authored 0e576cd7271
Fix: UTF-8 BOM skipping without HAS_CODECVT Necessary because some programs (like MS Excel) may put (pointless) UTF-8 byte order marks at the beginning of files. Having the byte order mark as part of the very first entry is very undesirable because it is not visible in most output while breaking string matching.