Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SO_DOCUMENT_SEND_API1 and Unicode

Former Member
0 Likes
520

We have changed to Unicode in UTF-16-Mode an have following problem:

We are sending eMails to Microsoft Outlook as XML-Files as Excel-Attachement with the above mentioned Function. After the change to Unicode, we have the problem, that the e XML-File is also in UTF-16-Format and cannot be opened with Excel.

For example:

<b>Old</b>: <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>

<b>New</b>: < ? x m l v e r s i o n = " 1 . 0 " ...............

What can we do to get the output in the old format again?? We have also tried encoding="UTF-16", but also the same problem....

Thanks

Wilhelm

2 REPLIES 2
Read only

Former Member
0 Likes
401

Hello, is there anybody out there ?? )

Nobody, who can help me with my problem??

Regards.

W.

Read only

Former Member
0 Likes
401

Did you find a solution for this? I have a similar problem in that the email attachment is junk as each character is separated by another character.