Last Updated: January 28, 2019
·
1.053K
· brunopazzim

Solving UTF-8 encoding problems when generating Octopress posts

Just add these two lines to your shell initialization script (bash or zsh)

export LC_CTYPE=en_US.UTF-8
export LANG=en_US.UTF-8