Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JuliaStrings/utf8proc
/ utf8proc_unicode_version
Function
utf8proc_unicode_version
utf8proc.c:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
UTF8PROC_DLLEXPORT const char *utf8proc_unicode_version(void) {
104
return
"17.0.0"
;
105
}
106
107
UTF8PROC_DLLEXPORT const char *utf8proc_errmsg(utf8proc_ssize_t errcode) {
108
switch (errcode) {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected