Reputation: 6067
I'm getting weird characheters on my linux terminal.
Kindly check the below sample screenshot.
Kindly suggest how can I resolve this problem?
Upvotes: 0
Views: 1064
Reputation: 8337
Hmm. What is the LANG environment variable set to?
Try
export LANG=iso-8859-1 # or UTF-8 etc
Upvotes: 1