1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Unicode conversion functions now require source encoding

This commit is contained in:
Ivan Savenko
2023-02-24 16:15:45 +02:00
parent 8b3309b47d
commit bd70b6fabd
14 changed files with 319 additions and 313 deletions

View File

@@ -73,7 +73,8 @@ public:
ui64 readUInt64();
si64 readInt64();
std::string readString();
/// Reads string without any encoding conversions
std::string readBaseString();
inline bool readBool()
{