diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-10 22:13:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-10 22:44:31 +0100 |
| commit | ab778ced048cad27b7c10808acfa93861ea91fce (patch) | |
| tree | 37e04b2b36ff78e3c901c5f650f50210ea018c8a /src/lib/util.h | |
| parent | c14ea4bf3907eb2a4f643a445cc4b232a6d425ce (diff) | |
Set up for the correct handling of UTF-8 with Windows
paths before trying to access the config file. Fixes #654.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index be21fc89a..95d272979 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -65,6 +65,7 @@ extern std::string seconds_to_hms (int); extern std::string seconds_to_approximate_hms (int); extern double seconds (struct timeval); extern void dcpomatic_setup (); +extern void dcpomatic_setup_path_encoding (); extern void dcpomatic_setup_gettext_i18n (std::string); extern std::string md5_digest_head_tail (std::vector<boost::filesystem::path>, boost::uintmax_t size); extern void ensure_ui_thread (); |
