[Overview][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |