Core/Locales: Set active code page and locale used by c string functions to utf8

Closes #29455
This commit is contained in:
Shauren
2023-11-24 20:01:17 +01:00
parent 3a50bc50a2
commit b299902881
12 changed files with 117 additions and 6 deletions

View File

@@ -20,9 +20,12 @@
#include "TileAssembler.h"
#include "Banner.h"
#include "Locales.h"
int main(int argc, char* argv[])
{
Trinity::Locale::Init();
Trinity::Banner::Show("VMAP assembler", [](char const* text) { std::cout << text << std::endl; }, nullptr);
std::string src = "Buildings";