TheInfiniteKind / moneydance_open

16 stars 12 forks source link

Add Byte Order Mark (BOM) to report copy to clipboard option #83

Closed yogi1967 closed 5 months ago

yogi1967 commented 2 years ago

Follow up / new issue. You know you added a save csv with BOM option since Java 18 changed the default to utf8. This helped excel open utf8 files properly. Well this is ok. There an extra (same) issue with the copy (to clipboard button). When you paste into excel you also get the same ‘garbage’ (new issue for windows users) as it's pasting as utf8 (not the windows iso/latin format that it used to do). Refer: https://infinitekind.tenderapp.com/discussions/problems/80096-character-set-issue-copying-data-to-excel.

Suggest the copy to clipboard option pops up a little menu where you can select normal copy or copy with excel formatting (like you did for the save options).

yogi1967 commented 5 months ago

This is done. Code written for next preview release...