I got some odd warnings using UTF-8 locale. I'm not sure what is the correct component for bug reporting. This is what I did: 1. Made a fresh Gentoo install (2006.1 for x86) following official guides. 2. Installed Xorg 7.0.0 and configured properly. 3. Changed my locale to "en_US.UTF-8" 4. "startx" (this starts X and twm the basic WM and opens xterm+xclock) I got these messages in stdout: "twm: warning: font for charset JISX0208.1983-0 is lacking." "twm: warning: font for charset KSC5601.1987-0 is lacking." "twm: warning: font for charset GB2312.1980-0 is lacking." ... I got this in stderr: "Warning: Missing charsets in String to FontSet conversion" If I try to execute xcalc, xfontsel or xclock, I allways get the same warning: "Warning: Missing charsets in String to FontSet conversion". Why does X want to have/load these Asian character sets? Is this a bug or is this a known feature of UTF-8 locales?
Some additional information. If I use the FVWM window manager and ask it to output some locale information I get this: FVWM info on locale: locale: en_US.UTF-8, Modifier ... XOM Charsets: ISO8859-1 ISO8859-1 JISX0208.1983-0 KSC5601.1987-0 GB2312.1980-0 JISX0201.1976-0 ISO10646-1 If I'm not mistaken (very possible I'm wrong...) this list is reported by Xorg like this: om = XOpenOM(dpy, NULL, NULL, NULL); if (om && (XGetOMValues(om, XNRequiredCharSet, &cs, NULL)) == NULL) {
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Please report this to Gentoo.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.