summaryrefslogtreecommitdiff
path: root/src/iso6937.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-30 16:17:40 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-30 16:17:40 +0100
commit2a85e711df07e8a707cfc50667bd0a29d8a09519 (patch)
treeb89200eeda155787d91e5cc0ab8044c93b3225cb /src/iso6937.h
parenta4114c49aeec1e24e0607814a88f0f6a2d6111f5 (diff)
Encode to ISO6937 on the way into STL binary.
Diffstat (limited to 'src/iso6937.h')
-rw-r--r--src/iso6937.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso6937.h b/src/iso6937.h
index 7b85edf..d994987 100644
--- a/src/iso6937.h
+++ b/src/iso6937.h
@@ -20,5 +20,6 @@
namespace sub {
extern std::wstring iso6937_to_utf16 (std::string);
+extern std::string utf16_to_iso6937 (std::wstring);
};