JCL Help:UCS4ReplacementCharacter
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: UCS4ReplacementCharacter Constant
[+] JclBase.pas Constants
Search in JCL Help
Search in all projects
Summary
UTF-8/UTF-16/UCS2/UCS4 replacement character
Pascal
UCS4ReplacementCharacter: UCS4 = $0000FFFD;
Description
When an UTF-8 or an UTF-16 character fails to be correctly decoded, it may be replaced by this constant acting as an error flag. Depending on the code, exceptions might be raised instead of inserting this constant. See code details.
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