RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.TEncodeType Enumeration

Defines a list of encodings.

Pascal
TEncodeType = (
  etUSASCII,
  etUTF8,
  etANSI
);
C++
enum TEncodeType {
  etUSASCII,
  etUTF8,
  etANSI
};

TEncodeType defines a list of the most used encodings. There are three encodings defined:

Value 
Meaning 
etUSASCII  
The standard USA ASCII encoding.  
etUTF8  
The UTF-8 encoding.  
etANSI  
The standard ANSI encoding.  

 

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