JCL Help:UCS4ReplacementCharacter

From Project JEDI Wiki
Jump to navigationJump to search


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

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