mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Create enum for codepages (#17181)
This commit is contained in:
committed by
GitHub
parent
8d5116419d
commit
db900b12db
@@ -599,7 +599,7 @@ private:
|
||||
}
|
||||
|
||||
// Convert to UTF-8 filename
|
||||
return String::ConvertToUtf8(normalisedName, CODE_PAGE::CP_1252);
|
||||
return String::ConvertToUtf8(normalisedName, OpenRCT2::CodePage::CP_1252);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user