MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / GetACPInfo

Function GetACPInfo

source/TextIO.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#ifndef UNICODE
12
13CPINFO GetACPInfo()
14{
15 CPINFO info;
16 GetCPInfo(CP_ACP, &info);
17 return info;
18}
19CPINFO g_ACPInfo = GetACPInfo();
20
21// Benchmarks faster than _ismbblead_l with ACP locale:

Callers 1

TextIO.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected