mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Locales: Set active code page and locale used by c string functions to utf8
Closes #29455
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user