Flutter Engine
The Flutter Engine
|
#include "flutter/fml/platform/win/wstring_conversion.h"
#include <codecvt>
#include <locale>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | fml |
Typedefs | |
using | fml::WideStringConverter = std::wstring_convert< std::codecvt_utf8_utf16< wchar_t >, wchar_t > |
Functions | |
std::string | fml::WideStringToUtf8 (const std::wstring_view str) |
std::wstring | fml::Utf8ToWideString (const std::string_view str) |
std::u16string | fml::WideStringToUtf16 (const std::wstring_view str) |
std::wstring | fml::Utf16ToWideString (const std::u16string_view str) |