Hello,
I want to know if it’s possible to change encoding on a DXL Export.
Default, we have UTF-8 in Ls and nothing in Java and I want ISO-8859-1
Hello,
I want to know if it’s possible to change encoding on a DXL Export.
Default, we have UTF-8 in Ls and nothing in Java and I want ISO-8859-1
Subject: RE: Export DXL
I haven’t tried this, but what happens if you hook the output of the exporter to a NotesStream that’s connected to a file that you previously opened with your desired character set?
Subject: RE: Export DXL
when I hook the output of the exporter runs OK but it’s not my problem. My problem is that the encoding of the Xml File is wrong and as I’ve accented values on my datas We have problem to transform the xml with an xsl. My file is 1.5 GB So I can’t change the encoding after the creation of the file with any script.
Thanks for your help.
Subject: RE: Export DXL
you might try to transform the output without writing it to file - write it to the stream and provide it as an input for the transformer. Except then you are the mercy of Notes transformer.
In fact I do not understand what problems you have if the encoding is UTF-8. Even if the file is 1 Gb, you might be able to convert if fairly quickly - moreover if you want to transform it, what difference does it make?