current locale is not supported in X11, locale is set to CX

2004-07-22 Thread McCoig, Kenneth
Could someone please help me with this. I am having problems with compiling my project on the iPAQ H5550. I am unsure what I added to the code that would cause this error. However the gui was working before we added all the JMF stuff. Im wondering if this is the problem or not. Anyone have any

Re: current locale is not supported in X11, locale is set to CX

2004-07-22 Thread Nathan Bryant
try: LANG=C java newgui (to use the ASCII character set) or LANG=en_US java newgui (to use ISO-8859-1) or LANG=en_US.UTF-8 java newgui (to use UTF-8 unicode) McCoig, Kenneth wrote: Correction - I am having problems running my program, NOT compiling it. --

RE: current locale is not supported in X11, locale is set to CX

2004-07-22 Thread McCoig, Kenneth
Correction - I am having problems running my program, NOT compiling it. From: McCoig, KennethSent: Thu 7/22/2004 1:59 PMTo: [EMAIL PROTECTED]Subject: current locale is not supported in X11, locale is set to CX Could someone please help me with this. I am having problems with compiling my