[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 112

function UTF8CharacterStrictLength(

  P: PChar

):Integer;

Description

Remark: Deprecated. Use UTF8CodepointStrictSize instead.

Version 4.0 Generated 2025-05-03 Home