X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Funicode%2Futfconversion.h;h=d5eb77dd41015404638414fafaacf41e4ea2972d;hb=4e96d123460d6363cf7274e36bd9357768eb86ad;hp=2ebe864dcaf7b10c48ceadbc5f86f0dc2b26b8a3;hpb=56f67ecca96efc7b72d03c95c8c42cfb66e31468;p=fms.git diff --git a/include/unicode/utfconversion.h b/include/unicode/utfconversion.h index 2ebe864..d5eb77d 100644 --- a/include/unicode/utfconversion.h +++ b/include/unicode/utfconversion.h @@ -15,7 +15,7 @@ namespace UTFConversion { // UTF-8 byte sequence to UTF-16 or UTF-32, depending on size of wchar_t -const bool FromUTF8(const std::vector &utf8string, std::wstring &wcstring); +const bool FromUTF8(const std::vector &utf8string, std::wstring &wcstring); const bool FromUTF8(const std::string &utf8string, std::wstring &wcstring); // UTF-16 or UTF-32 to UTF-8 byte sequence const bool ToUTF8(const std::wstring &wcstring, std::string &utf8string);