Craig Brozefsky 🏳️⚧️✊🏾 on Nostr: npub1fzx00…wt6h3 npub1h5d04…temws I have UTF8 chars displaying, at least when ...
npub1fzx00c36ny4whyuhg4ykx6987wxp885fmwmc784n27qcu6pavwzs3wt6h3 (npub1fzx…t6h3) npub1h5d042tzz5gs7hwpnne5ryptw2gvxn8m72kuulmcxfpewkps6jlqrtemws (npub1h5d…emws) I have UTF8 chars displaying, at least when accessing my emacs on obsd from my mac running iterm2. I did have to tell emacs to use utf-8 as it's preferred coding.
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
I also set the following envars
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
export LC_ALL LANG
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
I also set the following envars
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
export LC_ALL LANG