X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fiso6937.h;h=91752307ceb7fd98d081a037f1377cf414530d53;hb=4e1a34666c7f153bd073901908c8b0ca053b4c45;hp=700602d9653f4d1b348cb26505ea56fc738cc55c;hpb=cd0958260b54af3514ac12b936bb76ca6de6978b;p=libsub.git diff --git a/src/iso6937.h b/src/iso6937.h index 700602d..9175230 100644 --- a/src/iso6937.h +++ b/src/iso6937.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington 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 @@ -17,8 +17,11 @@ */ +#include + namespace sub { - extern std::wstring iso6937_to_utf16 (char const * s); +extern std::wstring iso6937_to_utf16 (std::string); +extern std::string utf16_to_iso6937 (std::wstring); };