diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-30 16:17:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-30 16:17:40 +0100 |
| commit | 2a85e711df07e8a707cfc50667bd0a29d8a09519 (patch) | |
| tree | b89200eeda155787d91e5cc0ab8044c93b3225cb /src/iso6937.h | |
| parent | a4114c49aeec1e24e0607814a88f0f6a2d6111f5 (diff) | |
Encode to ISO6937 on the way into STL binary.
Diffstat (limited to 'src/iso6937.h')
| -rw-r--r-- | src/iso6937.h | 1 |
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); }; |
