unicode: add charset_id::utf32 for Windows
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
10d74988aa
commit
80eecac31a
@ -26,6 +26,7 @@ namespace stdex
|
|||||||
oem = CP_OEMCP,
|
oem = CP_OEMCP,
|
||||||
utf8 = CP_UTF8,
|
utf8 = CP_UTF8,
|
||||||
utf16 = 1200 /*CP_WINUNICODE*/,
|
utf16 = 1200 /*CP_WINUNICODE*/,
|
||||||
|
utf32 = 12000,
|
||||||
windows1250 = 1250,
|
windows1250 = 1250,
|
||||||
windows1251 = 1251,
|
windows1251 = 1251,
|
||||||
windows1252 = 1252,
|
windows1252 = 1252,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user