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

Function Encoding_MatchW

src/Edit.c:667–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666
667int Encoding_MatchW ( LPCWSTR pwszTest )
668{
669 char tchTest[256];
670 WideCharToMultiByte ( CP_ACP, 0, pwszTest, -1, tchTest, COUNTOF ( tchTest ), NULL, NULL );
671 return ( Encoding_MatchA ( tchTest ) );
672}
673
674
675int Encoding_MatchA ( char *pchTest )

Callers 2

InitInstanceFunction · 0.85
ActivatePrevInstFunction · 0.85

Calls 1

Encoding_MatchAFunction · 0.85

Tested by

no test coverage detected