Character Encoding
UTF-8 Character Encoding
OSCAL uses UTF-8 character encoding. JSON and YAML files are always UTF-8 character encoded, but XML files must include an explicit UTF-8 encoding.
In XML, the first line in the example above ensures UTF-8 encoding is used. Other encodings are not allowed and will likely create unpredictable results in OSCAL tools.