In message <[EMAIL PROTECTED]> on Wed, 03 Jan 2007 20:32:59 +0100, Michael Widerkrantz <[EMAIL PROTECTED]> said:
mc> If I changed right back to LANG=en_US.ISO8859-1 and started CTWM mc> again with the same title font: mc> mc> "-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1" mc> mc> The Swedish characters in the menu item worked. Perhaps I mc> misunderstood something. OK, that sounds like we've interpretting input strings as 8-bit (ISO8859-1 in your case) ALWAYS, and then convert them to multibyte sequences internally. Of course, when something is already multibyte, I can see that there would be some weirdness when trying to convert it to multibyte... *GAH!* OK, time to dig in the code and see what truly happens. Cheers, Richard ----- Please consider sponsoring my work on free software. See http://www.free.lp.se/sponsoring.html for details. -- Richard Levitte [EMAIL PROTECTED] http://richard.levitte.org/ "When I became a man I put away childish things, including the fear of childishness and the desire to be very grown up." -- C.S. Lewis
