Why Nostr? What is Njump?
2024-01-26 01:48:51
in reply to

Craig Brozefsky 🏳️‍⚧️✊🏾 on Nostr: npub1fzx00…wt6h3 npub1h5d04…temws I have UTF8 chars displaying, at least when ...

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
Author Public Key
npub134l9msujtufm0ft4c6g58wyv3fmwdnqgtaa760r25nkppaa09trsz4h7td