Re: UTF-8 ICCCM properties
Juliusz Chroboczek <[email protected]>
| Newsgroups | gmane.comp.xfree86.internationalization |
|---|---|
| Message-ID | <[email protected]> |
MK> WM_CLIENT_MACHINE
MK> WM_ICON_NAME
MK> WM_NAME
These are properties, not selections. They are not polymorphic, and
cannot be negociated.
MK> The only alternatives I could think of are all a bit ugly, such as
MK> adding
MK> WM_CLIENT_MACHINE_UTF8
MK> WM_ICON_NAME_UTF8
MK> WM_NAME_UTF8
MK> all of type UTF8_STRING.
This is exactly what the freedesktop.org WM specification mandates.
http://freedesktop.org/Standards/wm-spec/1.3/
See for example the property _NET_WM_NAME.
Please do not (single-sidedly) define Yet Another Convention.
Juliusz