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

Unicode problem #3

Closed
roose opened this issue Oct 11, 2020 · 1 comment
Closed

Unicode problem #3

roose opened this issue Oct 11, 2020 · 1 comment

Comments

@roose
Copy link
Owner

roose commented Oct 11, 2020

After updating to the latest version of nim, there were unexplained(for me) Unicode issues, a source in UTF-8, answer in UTF-8, but for some reason, in Wox it shows Windows-1251(from my system)

If someone will use a language other than English, do not forget to convert results in the end with convert from encoding or with unidecode from unidecode.

@roose roose self-assigned this Oct 11, 2020
roose added a commit that referenced this issue Oct 13, 2020
@roose
Copy link
Owner Author

roose commented Oct 13, 2020

It's because Windows needs Unicode with the BOM, fixed in the last commit by adding the BOM tag to the results.

@roose roose closed this as completed Oct 13, 2020
@roose roose pinned this issue Oct 13, 2020
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

1 participant