1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Rename String::Convert() to String::ConvertToUtf8()

This commit is contained in:
Gymnasiast
2022-05-01 17:57:51 +02:00
parent 22c44fac71
commit 6fcfd481ab
4 changed files with 8 additions and 55 deletions

View File

@@ -599,7 +599,7 @@ private:
}
// Convert to UTF-8 filename
return String::Convert(normalisedName, CODE_PAGE::CP_1252, CODE_PAGE::CP_UTF8);
return String::ConvertToUtf8(normalisedName, CODE_PAGE::CP_1252);
}
else
{