In message <[EMAIL PROTECTED]> on Fri, 5 Jan 2007 00:14:42 +0100, Rhialto
<[EMAIL PROTECTED]> said:
rhialto> On Thu 04 Jan 2007 at 16:55:14 +0100, Richard Levitte - VMS Whacker
wrote:
rhialto> > For the space-after-apostrophe problem, I'm guessing that
rhialto> > XmbTextPropertyToTextList() has some bug, because that's the function
rhialto> > used to convert the WM_NAME property string to a string according to
rhialto> > locale.
rhialto>
rhialto> That may depend on the X version one has, since I don't see this
rhialto> problem. I have attached a part of a screenshot.
rhialto> (Yes, you can see I like the default look for the most part, but I did
rhialto> revert the change from "maroon" to "rgb:2/a/9" since the greenish is
rhialto> ugly)
rhialto>
rhialto> I have the X version that comes by default with NetBSD/amd64 3.0, which
rhialto> is according to XFree86.0.log,
rhialto> XFree86 Version 4.5.0
rhialto> Release Date: 16 March 2005
rhialto> and Firefox (Deer Park) has been compiled and linked with its
libraries.
rhialto>
rhialto> I also have this
rhialto> WM_LOCALE_NAME(STRING) = "nl_NL.ISO8859-1"
rhialto> which seemes to come from my bash_login script
rhialto> export LC_CTYPE=nl_NL.ISO8859-1
Yes, with that, XmbTextPropertyToTextList() will translate whatever it
gets to ISO-8859-1. Try nl_NL.UTF-8 and see what happens.
BTW, the reason that you get question marks instead of the apostrophes
is probably that the UTF-8-encoded apostrophe doesn't have a proper
translation in ISO-8859-1. But that's just a guess.
BTW, I use X.org:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux lapdog 2.6.18-3-686 #1 SMP Sun Dec 10 19:37:06 U
TC 2006 i686
Build Date: 30 December 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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