Set up for the correct handling of UTF-8 with Windows
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 6c479e698bff5911e29a202b1f4809de8d89a655..0130b518305802cfde764b8d4c6f191d94b0e488 100644 (file)
@@ -81,6 +81,7 @@ public:
 int
 main (int argc, char* argv[])
 {
+       dcpomatic_setup_path_encoding ();
        dcpomatic_setup ();
 
        string name;