Hello The reason is in line on_demand_loading True in /usr/X11R6/lib/X11/locale/en_US.UTF-8/XLC_LOCALE
Great thanks to Ivan Pascal. The trouble is that when compiled to use XFontSets fvwm also uses XFontStruct* member of FvwmFont struct, which is not filled completely when on_demand_loading is enabled. I am going to change this redifining FvwmFont so: typedef struct FvwmFont { # ifdef I18N_MB XFontSet fontset; /* font set */ # else XFontStruct *font; /* font structure */ # endif int height; /* height of the font */ int y; /* Y coordinate to draw characters */ } FvwmFont; Of course, this will make me to do many changes to fvwm code... -- Alexander Kotelnikov Saint-Petersburg, Russia -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]