So I'm cleaning out my bookmarks and went to view a Japanese website, and none of the characters displayed! -fossapup64 9.5, both Chrome and Pale Moon, and also Geany
EDIT: this fix worked, but not with 100% customizability
I think this is what wound up working:
1. install a charset-supporting font using the JWMdesk Font Manager (Migu, MigMix, or M+, for instance) or PPM (Noto-cjk, for instance)
2. restart the entire system (not just the graphical server/jwm)
3. In all jwm font-controlling files, specify the exact name of that font (as displayed in gfontsel, may need to resize the window) followed by the size as below:Code: Select all
<Font>Migu 1P-12</Font> <Font>MigMix 1P-12</Font> <Font>M+1P+IPAG-12</Font> <Font>Noto Sans CJK JP-12</Font>
The font-controlling files are found:
Code: Select all
/etc/xdg/templates/_root_.jwmrc /root/.jwmrc /root/.jwm/jwmrc-theme /root/.jwm/themes/*-jwmrc
This is not a perfect solution, as it seems font aliases do not work for nonlatin characters in jwm, see replies to quoted post for more details.