| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
Did you really try -af option if blat is compiled as Unicode?
In ReadFilenamesFromFile (of options.cpp) the function checkInputForUnicode (of unicode.cpp) is called which changes the (input) sourceText/stringToCheck by prepending a UTF8BOM. See unicode.cpp, line 757: stringToCheck = newString; Later in collectAttachmentInfo (of attach.cpp) FindFirstFile returns INVALID_HANDLE_VALUE since it does not find this file path starting with the UTF8BOM. This is very stange.