Re: Modeline UTF-8
[email protected] Tue, 19 Sep 2023 20:50:04 -0400
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > Message: 1 > Date: Sat, 16 Sep 2023 23:05:08 -0400 > From: <[email protected]> > To: [email protected] > Subject: Modeline UTF-8 > Message-ID: <[email protected]> > > Can the modeline provide support for unicode in some way? There are some characters > (such as the japanese ones) that just do not show up. Or is it because it lacks fallback fonts? > > > > ------------------------------ > > Message: 2 > Date: Sun, 17 Sep 2023 11:08:40 +0000 > From: Szos <[email protected]> > To: [email protected] > Subject: Re: Modeline UTF-8 > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > The mode line uses bitmap fonts by default; if you have a bitmap font that supports those characters you can use it. However you can also use other fonts by loading either the cl truetype system[1] or the freetype systems[2]. The font is set with the function SET-FONT. > > [1] https://github.com/stumpwm/clx-truetype > > [2] you will need two systems: https://github.com/dmb2/stumpwm-freetype-fonts and https://github.com/dmb2/clx-ft2-renderer > > On September 17, 2023 3:05:08 AM UTC, [email protected] wrote: >>Can the modeline provide support for unicode in some way? There are some characters >>(such as the japanese ones) that just do not show up. Or is it because it lacks fallback fonts? >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <https://lists.nongnu.org/archive/html/stumpwm-devel/attachments/20230917/89c702fe/attachment.htm> > > ------------------------------ > Thankyou. It turned out not of the fonts i was using supported the characters i needed. clx-truetype was enough, though. (by the way, i'm still trying to figure out how to properly interact with mailing lists, so if i mess it up i say sorry in advance!) Best regards