2

I have been using Emacs for a while. As you can see in my config file (whole file), there is a snippet to provide a Doom mode line:

(use-package doom-modeline
  :init (doom-modeline-mode 1)
  :custom ((doom-modeline-height 15)))

Unexpectedly, I started Emacs and now I am seeing some Chinese characters (left side):

enter image description here

This also happens in e-shell:

enter image description here

I suppose this might be some Unicode problem. Also, I must highlight that I am not Chinese, I do not speak Mandarin. So, this is completely random in my system for me and I have never seen such a thing before.

Why is this happening? How can I fix this?

shynur
  • 4,065
  • 1
  • 3
  • 23
Pedro Delfino
  • 1,369
  • 3
  • 13
  • 3
    This looks like a duplicate of https://emacs.stackexchange.com/questions/73120/how-to-turn-off-special-character – phils Sep 02 '22 at 01:33

1 Answers1

1

Have you tried M-x all-the-icons-install-fonts?

g-gundam
  • 1,096
  • 1
  • 3
  • 13
  • Thanks. I tried that. And it did not work. I am new to macOS. I think I pressed some random keybinding, that opened a font or typography menu, and I accidentally clicked on something. Now, I do not know how to re-store the previous state. – Pedro Delfino Sep 08 '22 at 00:54