this post was submitted on 24 Apr 2026
2 points (100.0% liked)

Arch Linux

9729 readers
1 users here now

The beloved lightweight distro

founded 6 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] muhyb@programming.dev 1 points 3 weeks ago

Looking at the unicode characters inside, it seems you need CJK font support. You can get noto-fonts-cjk to fix it.

[–] Ordoviz@lemmy.ml 1 points 3 weeks ago (1 children)
[–] mech@feddit.org 1 points 3 weeks ago (1 children)

My question was, is there a way to find out which is missing?
Based on the numbers in the squares.
I know it's Japanese in this case, but others aren't straight-forward.

[–] RedWeasel@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

Well, the encoding numbers are there. Hex 85E4 for instance is the first missing character. I’d use that and go from there cross referencing with utf first probably followed by Japan specific encodings.

Edit: https://www.compart.com/en/unicode/U+85E4

[–] AnthropomorphicCat@lemmy.world 1 points 3 weeks ago

noto-fonts-cjk contains some asian characters. noto-fonts-emoji contains emojis.

Also check packages ending with "-nerd", those are fonts that have patched extra symbols. They are used by several Neovim plugins, for example.

[–] donio@lemmy.world 1 points 3 weeks ago (1 children)

Not sure how the typical user would go about it but as an Emacs user I'd yank the text into an Emacs buffer and hit C-x = on the characters to identify them.

[–] porous_grey_matter@lemmy.ml 1 points 3 weeks ago

what a flex lmao