Castle Game EngineIntroduction Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit CastleUnicode
Description
Unicode utilities.
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Description
Functions and Procedures
function UTF8CharacterLength(p: PChar): integer; |
|
function UTF8Length(const s: string): PtrInt; |
|
function UTF8Length(p: PChar; ByteCount: PtrInt): PtrInt; |
|
function UTF8CharacterToUnicode(p: PChar; out CharLen: integer): TUnicodeChar; |
|
function UnicodeToUTF8Inline(CodePoint: TUnicodeChar; Buf: PChar): integer; |
|
Types
|