JCL Help:BOM UTF32 LSB
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: BOM_UTF32_LSB Constant
[+] JclBase.pas Constants
Search in JCL Help
Search in all projects
Summary
UTF-32 LSB Text file Byte-Order-Mark (BOM)
Pascal
BOM_UTF32_LSB: array [0..3] of Byte = ($FF,$FE,$00,$00);
Description
These 4 bytes are usually inserted to the beginning of UTF-32 text files where the least significant byte of each character is written first.
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