Mercurial > minori
diff 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 | 
line wrap: on
 line diff
--- a/include/core/strings.h Fri Sep 29 15:52:31 2023 -0400 +++ b/include/core/strings.h Sun Oct 01 06:16:06 2023 -0400 @@ -21,5 +21,8 @@ std::string ToUpper(const std::string& string); std::string ToLower(const std::string& string); +std::wstring ToWstring(const std::string& string); +std::string ToUtf8String(const std::wstring& wstring); + }; // namespace Strings #endif // __core__strings_h \ No newline at end of file
