Replace DCP parser with basic version that uses libdcp.
[libsub.git] / src / iso6937.h
index 7b85edfe174e9d4f7fab2ae7e99f63634985052c..91752307ceb7fd98d081a037f1377cf414530d53 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 */
 
+#include <iostream>
+
 namespace sub {
 
 extern std::wstring iso6937_to_utf16 (std::string);
+extern std::string utf16_to_iso6937 (std::wstring);
 
 };