Migrating Data and Unicode

I am writing some data extract routines to take csv dumps from some Notes apps that will then be loaded into SAP. Question from the migration team is if “Notes data will be unicode?”. I assume by default it won’t.

Is it possible via LotusScript extract routine to force the extracted data to be in unicode format?

Thanks.

Subject: Depends on how you’re writing the files…

How are you writing the CSVs? The NotesStream class? The Open command? Both have ways to write a Unicode file, check the Designer Help.