warning messages in qt2 and qt3

Frank Liu <[email protected]> Sun, 31 Mar 2002 12:49:13 -0500 (EST)
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
You may get some warnings running qt2 or qt3 applications.
such as "Locales not supported" (in both qt2 and qt3), or
"qstring_to_xtp result code -2" (in qt2).
You can either ignore those warnings, or set your locale
properly. I have the following in my $HOME/.profile

export LC_ALL="en_US"

Frank