RAD Studio VCL Reference
|
Returns the number of bytes that follow a lead UTF-8 byte.
function UTF8CharLength(Lead: AnsiChar): Integer;
int UTF8CharLength(AnsiChar Lead);
Call UTF8CharLength to determine the number of bytes that follow a lead UTF-8 character (including the lead byte).
In UTF-8, each lead character can be followed by a variable number of other characters. This combination of UTF-8 characters is used to encode a single Unicode character.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|