diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 17:08:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 17:08:11 +0100 |
| commit | c24798d1ab4bb75c8ee0c8b8663b11e599df1c25 (patch) | |
| tree | e7bf4102100af9685aa28f79ae5581e38296c18c /src/util.h | |
| parent | 7910e19cf145cbdc99fbf1015add6f8eb792e160 (diff) | |
Remove unicode BOM from SSA files.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,9 +23,8 @@ namespace sub { extern bool empty_or_white_space (std::string s); +extern void remove_unicode_bom (boost::optional<std::string>& line); extern boost::optional<std::string> get_line_stringstream (std::stringstream* str); extern boost::optional<std::string> get_line_file (FILE* f); } - - |
