View Single Post
Old 05-26-2017, 06:10 AM   #7
Chaaang
Junior Member
Chaaang began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2017
Device: amazon paperwhite
Thumbs up

Quote:
Originally Posted by kovidgoyal View Post
Probably you also need to set LC_ALL, see for example https://stackoverflow.com/questions/...o-utf8-how-fix
I fix this after I add the follow code into my shell(zsh) config (~/.zshrc)

```bash
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
```

It worked well.

thanks, really.

And I can't figure out how this things get work, In the same OS, I can run calibre without add anything to my config, How?
Chaaang is offline   Reply With Quote