JCL Help:BOM UTF8
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: BOM_UTF8 Constant
[+] JclBase.pas Constants
Search in JCL Help
Search in all projects
Summary
UTF-8 Text file Byte-Order-Mark (BOM)
Pascal
BOM_UTF8: array [0..2] of Byte = ($EF,$BB,$BF);
Description
These 3 bytes are usually inserted to the beginning of UTF-8 text files.
About
Unit
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page