From 80eecac31a32b4aefb73a716f3eb1af54d9b4430 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 22 Sep 2023 13:36:13 +0200 Subject: [PATCH] unicode: add charset_id::utf32 for Windows Signed-off-by: Simon Rozman --- include/stdex/unicode.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdex/unicode.hpp b/include/stdex/unicode.hpp index 7cc4986d1..9e9ded955 100644 --- a/include/stdex/unicode.hpp +++ b/include/stdex/unicode.hpp @@ -26,6 +26,7 @@ namespace stdex oem = CP_OEMCP, utf8 = CP_UTF8, utf16 = 1200 /*CP_WINUNICODE*/, + utf32 = 12000, windows1250 = 1250, windows1251 = 1251, windows1252 = 1252,