Function
uni_getucdversion
Unicode standard version.
Since v1.0
void uni_getucdversion(
int32_t *major,
int32_t *minor,
int32_t *patch)
Parameters 🔗
major | out | Major version of the Unicode standard. |
minor | out | Minor version of the Unicode standard. |
patch | out | Patch version of the Unicode standard. |
Discussion 🔗
Writes the major, minor, and patch version of the Unicode Standard to major
, minor
, and patch
, respectively. Null arguments are ignored.