RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.UTF8String Type

UTF8String represents UTF-8 encoded Unicode strings.

Pascal
UTF8String = type AnsiString(65001);
C++
type AnsiString(65001) UTF8String;

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!