Re: [Nautilus-list] i18n for web page titles



Christopher Blizzard <blizzard redhat com> writes:
> 
> That's why I added title_unichar, dummy. :)
> 

Apparently in a later version than we have in rawhide? I don't see it.

Thinking about it more, why not make get_title() return something
converted to locale encoding - right now it just returns useless junk.
Fixing this on the Nautilus level most likely leaves Galeon etc. still
broken.

Mozilla must already contain this code, because it sets the window
title itself.

... braves the mozilla source tree ... 

No joy - widget/src/gtk/nsWindow.cpp,
 NS_IMETHODIMP nsWindow::SetTitle(const nsString& aTitle)

converts directly to an X property and bypasses gtk_window_set_title()
entirely. Blah.

Anyhow, how about if I put my planned iconv() hack in gtkmozembed?  Or
better yet, send you the hack, and you can build the beast? ;-)

Havoc






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]