utf8_to_wstrbuf now handles invalid utf8 sequences (#3244)

This commit is contained in:
captainurist
2024-11-06 04:54:01 +08:00
committed by GitHub
parent 63f0875000
commit 5673e9e545
3 changed files with 22 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
#include "spdlog/spdlog.h"
#include "spdlog/async.h"
#include "spdlog/details/fmt_helper.h"
#include "spdlog/details/os.h"
#ifndef SPDLOG_NO_TLS
#include "spdlog/mdc.h"