comparison include/core/strings.h @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -0400
parents 2743011a6042
children fe719c109dbc
comparison
equal deleted inserted replaced
61:327568ad9be9 62:4c6dd5999b39
19 std::string TextifySynopsis(const std::string& string); 19 std::string TextifySynopsis(const std::string& string);
20 20
21 std::string ToUpper(const std::string& string); 21 std::string ToUpper(const std::string& string);
22 std::string ToLower(const std::string& string); 22 std::string ToLower(const std::string& string);
23 23
24 std::wstring ToWstring(const std::string& string);
25 std::string ToUtf8String(const std::wstring& wstring);
26
24 }; // namespace Strings 27 }; // namespace Strings
25 #endif // __core__strings_h 28 #endif // __core__strings_h