Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to choose type of encoding #37

Open
afsl01 opened this issue Sep 20, 2022 · 1 comment
Open

Add option to choose type of encoding #37

afsl01 opened this issue Sep 20, 2022 · 1 comment
Milestone

Comments

@afsl01
Copy link

afsl01 commented Sep 20, 2022

The tool creates the csv file with ANSI encoding, I need it with UTF-8.

What do I need to change in the code in order to get the output files with UTF-8?

@bskinn
Copy link
Owner

bskinn commented Sep 20, 2022

If I read it right, per Stack Overflow and the MSDN docs, it should hopefully work to pass TristateTrue as the format argument in the fs.OpenTextFile(...) call in UFExporter.frm, here.

This seems like a good option to add to the UI in general. I'll keep this ticket open as a feature request for this.

@bskinn bskinn added this to the Sooner milestone Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants