| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Finds the byte index of the n-th UTF-8 codepoint.
Source position: lazutf8.pas line 104
function UTF8CodepointToByteIndex( |
UTF8Str: PChar; |
Len: PtrInt; |
CodepointIndex: PtrInt |
):PtrInt; |
Finds the byte index of the n-th UTF-8 codepoint, ignoring BIDI (byte len of substr).