Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ isUnicode
Function
isUnicode
src/NppJsonViewer/dllmain.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
#ifdef UNICODE
59
extern
"C"
__declspec(dllexport) BOOL isUnicode()
60
{
61
return g_NppJsonPlugin.IsUnicode();
62
}
63
#endif // UNICODE
Callers
nothing calls this directly
Calls
1
IsUnicode
Method · 0.80
Tested by
no test coverage detected