Re: How to internationalize a shared library

2009-06-24 Thread jvetterli
On Wed, Jun 24, 2009 at 08:48:23PM +0800, Zhihai Wang wrote: Anyone knows? Should I also do following as what I did to internationalize an application? setlocale(LC_ALL, ); bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset(GETTEXT_PACKAGE, UTF-8);

Re: qt vs gtk

2009-01-15 Thread jvetterli
Some of my thoughts on the matter: On Wed, Jan 14, 2009 at 10:10:42AM -0600, Thomas Stover wrote: ... -QT (last time I checked) is not even C++. It's C++ and a custom macro language. building ouch. debugging ouch. C++ paradigm ouch. The Qt macros aren't very intrusive. Once you have your