mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[CONUTILS] Use the currently active console codepage to output text to files. If you want to output UTF-8 run "chcp 65001" before.
CORE-12122
This commit is contained in:
parent
444553c7f0
commit
2b3fd31bc5
4 changed files with 33 additions and 37 deletions
|
@ -46,7 +46,7 @@ typedef struct _CON_STREAM
|
|||
* when 'hHandle' refers to a file or a pipe.
|
||||
*/
|
||||
CON_STREAM_MODE Mode;
|
||||
UINT CodePage; // Used to convert UTF-16 text to some ANSI codepage.
|
||||
UINT CodePage; // Used to convert UTF-16 text to some ANSI code page.
|
||||
#endif /* defined(USE_CRT) */
|
||||
} CON_STREAM, *PCON_STREAM;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue