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

SuperTool: always use UTF-8 #31

Open
kkujansuu opened this issue May 28, 2024 · 3 comments
Open

SuperTool: always use UTF-8 #31

kkujansuu opened this issue May 28, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request SuperTool

Comments

@kkujansuu
Copy link
Contributor

Script and include files should probably always be in utf-8 format. Would help e.g. in Linux/Windows interoperability.

@kkujansuu kkujansuu added enhancement New feature or request SuperTool labels May 28, 2024
@kkujansuu kkujansuu self-assigned this May 28, 2024
@patlx
Copy link

patlx commented Oct 24, 2024

Yes, I've a lot of accent issues without it when exporting CSV:

in SuperTool:
image

in CSV file:
image

@kkujansuu
Copy link
Contributor Author

kkujansuu commented Oct 24, 2024

But writing CSV files is a different thing. There is already the choice between UTF-8 and ISO-8859-1 (Latin1) when writing the CSV file.

It seems that your CSV file is indeed in UTF-8 but the program you use to read it attempts to display it e.g. in Latin1!?

@kkujansuu
Copy link
Contributor Author

Are you on Windows? Supertool should probably use UTF-8-SIG instead of UTF-8 on Windows. That might solve the problem. I will make the change in the next version of SuperTool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SuperTool
Projects
None yet
Development

No branches or pull requests

2 participants