diamondburned / 6cord

Mirrored from GitLab
https://gitlab.com/diamondburned/6cord
Mozilla Public License 2.0
155 stars 9 forks source link

Character set not supported? #20

Closed bsmntoid closed 3 years ago

bsmntoid commented 3 years ago

I'm new to Linux, and upon trying the command 6cord -t "(my discord token)"It simply says character set not supported and kicks me back to the bash terminal. I am on archlinux with KDE Plasma, trying to run this in Konsole. I have no idea whether this is something to do with konsole or with 6cord.

Update: Tried it on xterm, also comes out with the same error

diamondburned commented 3 years ago

What are your LANG and LC_ALL variables set to?

bsmntoid commented 3 years ago

LANG is set to en.US.UTF-8 LC_ALL is set to nothing.

diamondburned commented 3 years ago

Try with LANG=en_US.UTF-8.

bsmntoid commented 3 years ago

That seems to have fixed it. Thank you!