The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TTextfileType


Unit:SDL_filesys
Class:none
Declaration: TTextfileType = (tftUnicode_le, tftUnicode_be, tftUnicode4_le, tftUnicode4_be, tftRTF, tftUTF8, tftUnknown);

The type TTextfileType various text file encodings:
 
Type Text File Encoding
tftUnicode_le little endian Unicode encoding (two bytes per character)
tftUnicode_be big endian Unicode encoding (two bytes per character)
tftUnicode4_le  little endian Unicode encoding (four bytes per character)
tftUnicode4_be big endian Unicode encoding (four bytes per character)
tftRTF rich text format
tftUTF8 UTF-8 encoded text
tftUnknown file with unknown encoding (could be either a binary file or an ASCII encoded text file


Last Update: 2023-Feb-06