JCL Help:BOM UTF8

From Project JEDI Wiki
Jump to navigationJump to search


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

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