Description
Some unicode characters are not handled by XML 1.0 and it can require some normalization or cleanup to be able to serialize the CAS to XMI, but requirements may not necessarily allow all such characters to be fully removed from the CAS. It can also be impossible to do such normalization/cleanup without full reprocess when converting data already stored as compressed binaries to XMI. Being able to optionally select XML 1.1 instead of the default XML 1.0 would be an easier way for some to bypass many of those unicode issues.
See also discussion on the UIMA mailing list:
This feature request suggests that an additional SerialFormat is introduced, e.g. XMI_1_1, which can be selected as format parameter in the CasIOUtils.save methods.