diff options
| author | Martin Ridgers <[email protected]> | 2021-10-13 16:31:15 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-13 16:38:37 +0200 |
| commit | dbc6eb0e9d8505ab5e84950bc17b1f34f5278e2c (patch) | |
| tree | 600bceb559fcb0310769a8dcb7a26264f1011b48 /zencore/include | |
| parent | std::fs::path cannot be forward declared. (diff) | |
| download | zen-dbc6eb0e9d8505ab5e84950bc17b1f34f5278e2c.tar.xz zen-dbc6eb0e9d8505ab5e84950bc17b1f34f5278e2c.zip | |
Removed u16string WideToUtf8() prototype
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zencore/include/zencore/string.h b/zencore/include/zencore/string.h index 9f1bc39d0..fa22c3540 100644 --- a/zencore/include/zencore/string.h +++ b/zencore/include/zencore/string.h @@ -460,7 +460,6 @@ std::wstring Utf8ToWide(const std::string_view& wstr); void WideToUtf8(const wchar_t* wstr, StringBuilderBase& out); std::string WideToUtf8(const wchar_t* wstr); -void WideToUtf8(const std::u16string_view& wstr, StringBuilderBase& out); void WideToUtf8(const std::wstring_view& wstr, StringBuilderBase& out); std::string WideToUtf8(const std::wstring_view Wstr); |