Hacker News new | ask | show | jobs
by snvzz 328 days ago
hopefully with utf-8 support?
1 comments

What do you need Unicode for in a WM?
In an X11 window manager, the classic use case is "printing the title of the window in its titlebar". Programs like Firefox put the current tab's title in the titlebar text, which can have any random unicode in it.
Actually, that's an interesting question - in wayland, I think it's common to just say that windows have to draw their own ("client-side window decorations"), so the compositor could just... not handle the window titles at all?
Server-side declarations are a thing now & are used widely (in anything other than GNOME)
Window titles come immediately to mind.