From 2a85e711df07e8a707cfc50667bd0a29d8a09519 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 30 May 2014 16:17:40 +0100 Subject: Encode to ISO6937 on the way into STL binary. --- src/iso6937.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/iso6937.h') 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); }; -- cgit v1.2.3