Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the current code page.
UINT ___lc_codepage_func(void);
Return Value
An unsigned integer that specifies a code page.
Remarks
A code page is a mapping of 256 character codes to individual characters. Different code pages include different special characters, typically customized for a language or a group of languages. For more information about code pages, search for "Console Code Pages" at MSDN Library.
Requirements
Routine |
Required header |
---|---|
___lc_codepage_func |
setlocal.h |