Links
EControl Syntax Editor SDK
ecStrUtils.TTextCoding Enumeration
TTextCoding = (
  tcAnsi,
  tcUnicode,
  tcSwapUnicode,
  tcUTF8
);

ecStrUtils

Members 
Description 
tcAnsi 
ANSI text. 
tcUnicode 
UNICODE double byte text. 
tcSwapUnicode 
UNICODE double byte text with swapped bytes. 
tcUTF8 
UNICODE text in UTF-8 coding. 

Specifies text encoding.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!