, 19 2021 . 12:32
+
:
FasterHarder @

, , , , )
, - CP1251.
, .
.
---
:
static const WCHAR* title = L" ";
??
:
" ! " "
CP1251. L. :
L" ".
, ,
UTF-16.
SetConsoleTitleW . "
, ( )
.
.
.
OEM, :
static const char* title = " ";
const char* p = Oem2Wcar(title);
SetConsoleTitleW(p);
.
:
.
, - , "USE UNICODE..."
- CP1251 -> UTF16 .
- .. .
---
- .
https://forum.sources.ru/index.php?showtopic=415131&view=findpost&p=3843836
:
C/C++: