JCL Help:BOM UTF32 MSB

From Project JEDI Wiki
Jump to navigationJump to search


Summary

UTF-32 MSB Text file Byte-Order-Mark (BOM)


Pascal

 BOM_UTF32_MSB: array [0..3] of Byte = ($00,$00,$FE,$FF);


Description

These 4 bytes are usually inserted to the beginning of UTF-32 text files where the most significant byte of each character is written first.


About

Unit

JclBase


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