From 017580252940649865e66002c7bc292687c56a54 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Oct 2020 02:26:27 +0300 Subject: more convenience overloads --- include/winapi/utf8.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/winapi/utf8.hpp b/include/winapi/utf8.hpp index 57b3c53..c6fc77b 100644 --- a/include/winapi/utf8.hpp +++ b/include/winapi/utf8.hpp @@ -16,6 +16,7 @@ std::wstring widen(const std::vector&); std::wstring widen(const void*, std::size_t nb); std::string narrow(const std::wstring&); +std::string narrow(const wchar_t*, std::size_t nch); std::string narrow(const std::vector&); std::string narrow(const void*, std::size_t nb); -- cgit v1.2.3