Return the numeric value of the UTF-8 code point at codePoint.
Declared in <bdlde_utf8util.h>
static
int
codePointValue(char const* codePoint);
Return the numeric value of the UTF-8-encoded code point beginning at the specified codePoint. The behavior is undefined unless codePoint is the address of the first byte of a valid UTF-8 encoded character.
numeric Unicode value of the encoded code point
| Name | Description |
|---|---|
| codePoint | address of the first byte of a valid UTF-8 code point |