Google
TntSystem.UNICODE_BOM Constant
Namespace
Pascal
UNICODE_BOM = WideChar($FEFF);
File
Description

Each Unicode stream should begin with the code U+FEFF, which the standard defines as the *byte order mark*.

Related Information