We have migrated a notes application vom notes 6.5.x to 8.5.1.During test phase we have found the following reproducable issue:
File export to csv using the following lotus script syntax:
Open FileName For Output As fileNum Charset=“utf-16”
Domino Server is 8.5.1 - Database is on server.
When using a Notes 6.5.1 client to do the export function then the output is ok. Special characters show up ok.
When using a Notes 7.0.1 client then the output is ok, too.
When using a Notes 8.5.1 client (both standard and basic) then the output is not ok. Some special characters show up ok, some letters show up as .
I have checked the preferences in the 8.5.1 client and did a change in the Regional Settings: Import/export characters to UCS-2
→ still the problem is there
Any help on this is highly appreciated. Thanks.