I have to create a xml-file with "x-mac-roman" encoding.
The documentation of the program, I want to use the xml-file with, states:
<?xml version="1.0" encoding="x-mac-roman"?>
But neither DomDocument nor XMLWriter know this encoding.
How can I proceed? Thank you very much!