Show: Delphi C++
Display Preferences

System.UTF8String

From XE2 API Documentation
Jump to: navigation, search

Delphi

type UTF8String = AnsiString;

C++

typedef AnsiStringT<65001> UTF8String;

Contents

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

UTF8String represents UTF-8 encoded Unicode strings.

UTF8String represents a string encoded using UTF-8 (variable number of bytes Unicode). It is a AnsiStringBase type with a UTF-8 code page.

In Delphi, UTF8String is a true compiler type. The compiler does conversions between UnicodeString and UTF8String as necessary.

See Also

Code Examples


Personal tools
Previous Versions
Translations