unicode: add charset_id::utf32 for Windows

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-09-22 13:36:13 +02:00
parent 10d74988aa
commit 80eecac31a

View File

@ -26,6 +26,7 @@ namespace stdex
oem = CP_OEMCP,
utf8 = CP_UTF8,
utf16 = 1200 /*CP_WINUNICODE*/,
utf32 = 12000,
windows1250 = 1250,
windows1251 = 1251,
windows1252 = 1252,