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

When exporting to csv, the Cyrillic alphabet disappears #13

Closed
nomaxus opened this issue Sep 15, 2018 · 2 comments
Closed

When exporting to csv, the Cyrillic alphabet disappears #13

nomaxus opened this issue Sep 15, 2018 · 2 comments

Comments

@nomaxus
Copy link

nomaxus commented Sep 15, 2018

When exporting to csv,

things.sh csv > Things3Export.csv && open Things3Export.csv

the file is successfully exported, but all Cyrillic characters disappear.

@AlexanderWillner
Copy link
Owner

Thanks. I fixed it in commit 62fc4e5 - you can now use ENCODING="WINDOWS-1251//TRANSLIT" ./things.sh csv > Things3Export.csv && open Things3Export.csv when using the latest version from the repository.

@nomaxus
Copy link
Author

nomaxus commented Sep 16, 2018

Thanks! But

/usr/local/Cellar/things.sh/2.3/bin/plugins/csv.sh: line 18: TASKTAGTABLE: unbound variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants