🧐 Nrmn
Are there any twtxt users here? (github.com/buckket...)
💻 Kernel
I cannot get it to work, getting a '''latin-1' codec can't encode character" error when I call twtxt.
🧐 Nrmn
Are you using Latin - 1 encoding instead of utf8? Is that a Linux? What is `echo $LANG` give you?
🧐 Nrmn
Looks like you're not using unicode then. You should really strive for unicode. Check out the /etc/locales file for lines ending with UTF-8, for example en_US.UTF-8. You can also check out following wiki page: wiki.archlinux.org...
💻 Kernel
Fixed. Thank you very much! kernel-pancake.nl/...