UTF-16 in gtkmm?

2008-05-17 Thread Andreas Volz
Hello, I like to read Unicode strings into my gtkmm application that are written in UTF-16. There's only the glib::ustring class to handle UTF-8. Is there a UTF-16 string class or a way to convert the UTF-16 string to UTF-8? Then I need to write back my Unicode strings in UTF-16. I found the

Re: FileChooserButton signal how to?

2008-05-17 Thread Murray Cumming
On Fri, 2008-05-16 at 17:57 -0400, Damon Register wrote: [snip] It seems logical (at least to me) that there should be a signal to tell me after that the selection is complete but I haven't found the method to do that. [snip] I vaguely remember seeing a bug report about that, or maybe a new

Re: Gtk::Calendar problem

2008-05-17 Thread Nikolay Shibalov
Thanks for your reply. Here is a minimal example. Bug appears after two clicks on the Add button. main.cpp -- #include gtkmm/main.h #include testwindow.h int main(int argc, char *argv[]) { Gtk::Main kit(argc, argv); ExampleWindow window;

Re: UTF-16 in gtkmm?

2008-05-17 Thread Chris Vine
On Sat, 2008-05-17 at 11:43 +0200, Andreas Volz wrote: Hello, I like to read Unicode strings into my gtkmm application that are written in UTF-16. There's only the glib::ustring class to handle UTF-8. Is there a UTF-16 string class or a way to convert the UTF-16 string to UTF-8? Then I

Re: UTF-16 in gtkmm?

2008-05-17 Thread Andreas Volz
Am Sat, 17 May 2008 12:40:30 +0100 schrieb Chris Vine: On Sat, 2008-05-17 at 11:43 +0200, Andreas Volz wrote: Hello, I like to read Unicode strings into my gtkmm application that are written in UTF-16. There's only the glib::ustring class to handle UTF-8. Is there a UTF-16 string

Re: UTF-16 in gtkmm?

2008-05-17 Thread Chris Vine
On Sat, 2008-05-17 at 22:58 +0200, Andreas Volz wrote: Thanks, I'll try it. Any ideas why there's no glibmm wrapper for that? I think it probably arises from the fact that the size of the character used by std::wstring is not guaranteed by the standard, so a std::string to std::wstring

Re: Completed what I can in gstreamermm

2008-05-17 Thread José Alburquerque
Murray Cumming wrote: On Wed, 2008-05-07 at 14:09 -0400, José Alburquerque wrote: I wanted to let everyone know so that others are aware that there is still more to be done and the project can continue. I don't think I'll be needed because all wrapping should be really clear, but if