TW-1736: Error on detection of BOM in files.

This commit is contained in:
Paul Beckingham
2016-01-11 21:54:57 -05:00
parent 92f22149c0
commit 19f57ffead
5 changed files with 71 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ public:
static bool write (const std::string&, const std::string&);
static bool write (const std::string&, const std::vector <std::string>&, bool addNewlines = true);
static bool remove (const std::string&);
static std::string removeBOM (const std::string&);
private:
FILE* _fh;