Returns the size of the UTF-8 codepoint in bytes.
Source position: lazutf8.pas line 76
function UTF8CodepointSize( |
p: PChar |
):Integer; |
p |
|
UTF-8-encoded value to examine in the function. |
Number of bytes for the codepoint.
Returns the size of the UTF-8 codepoint in bytes. The return value is for a single codepoint.
| Version 4.4 | Generated 2025-11-08 | Home |