PHP Create XML-File with "x-mac-roman" encoding

95 Views Asked by At

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!

0

There are 0 best solutions below