[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

UTF8CharacterStrictLength (deprecated)

Returns the length in bytes (1..4) for a valid UTF-8 character. Otherwise 0.

Declaration

Source position: lazutf8.pas line 109

function UTF8CharacterStrictLength(

  P: PChar

):Integer;

Description

Remark: Deprecated. Use UTF8CodepointStrictSize instead.

Version 3.2 Generated 2024-02-25 Home