Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
BOOL NppJsonPlugin::IsUnicode()
94
{
95
#ifdef _UNICODE
96
return TRUE;
97
#else
98
return FALSE;
99
#endif // _UNICODE
100
}
101
102
void NppJsonPlugin::SetMenuIcon()
103
{
Callers
1
isUnicode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected