MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Encoding_InitDefaults

Function Encoding_InitDefaults

src/Edit.c:581–586  ·  view source on GitHub ↗

============================================================================= Encoding Helper Functions

Source from the content-addressed store, hash-verified

579// Encoding Helper Functions
580//
581void Encoding_InitDefaults()
582{
583 wsprintf ( wchANSI, L" (%i)", GetACP() );
584 mEncoding[CPI_OEM].uCodePage = GetOEMCP();
585 wsprintf ( wchOEM, L" (%i)", mEncoding[CPI_OEM].uCodePage );
586}
587
588
589int Encoding_MapIniSetting ( BOOL bLoad, int iSetting )

Callers 1

WinMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected