MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / IsUnicode

Method IsUnicode

src/NppJsonViewer/NppJsonPlugin.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93BOOL NppJsonPlugin::IsUnicode()
94{
95#ifdef _UNICODE
96 return TRUE;
97#else
98 return FALSE;
99#endif // _UNICODE
100}
101
102void NppJsonPlugin::SetMenuIcon()
103{

Callers 1

isUnicodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected