OS4X plugin os4xplugin utf8 bom check
Revision as of 13:01, 21 January 2025 by Admin (talk | contribs) (Created page with "Category:Plugins == Purpose == Verify every XML file of the job to have a valid UTF-8 BOM header contained in the file. The BOM header for UTF-8 is the following three byt...")
Purpose
Verify every XML file of the job to have a valid UTF-8 BOM header contained in the file. The BOM header for UTF-8 is the following three bytes sequence:
0xEF 0xBB 0xBF
If any of the XML files doesn't contain the BOM header, the job aborts instantly.
Requirements
- OS4X Enterprise license
Configuration
- none -
Remarks
Only files which can be interpreted correctly as XML will be verified, other files will be ignored. The suffix of the file doesn't count, only the content.