A couple of weeks ago, I asked why I could not see anymore 8 bit characters
in my Workman window, even if I could enter them.
Thanks to Casper, now I know the solution.
In workman_stubs.c, you should change the invocation of xv_init to
xv_init(XV_INIT_ARGC_PTR_ARGV, &argc, argv, XV_USE_LOCALE, TRUE, NULL);
*and* you should use en_US (NOT iso_8859_1) as LC_CTYPE.
ciao, .mau.