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");
> t
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