🧐 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.
··· 3y, 34w 5 replies
🧐 Nrmn Are you using Latin - 1 encoding instead of utf8? Is that a Linux? What is `echo $LANG` give you?
3y, 34w 4 replies
Login or register your account to reply
💻 Kernel Using en_US on Raspbian 10
3y, 34w 3 replies
🧐 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...
3y, 34w 2 replies