PJ Velzeboer wrote:
I have an interesting problem. I have written a jsp page which queries data
from a UniVerse database using UniObjects for java (asjava.uniobjects.*).
Whenever I read a field from a file the contents of the UniString are in the
following format field1?field2?field3?filed4 etc. Effectively this means that
using UniDynArray.extract(field, value, subvalue); doesn't work. Does anyone
have any ideas?

Yes, it seems all of us using UOJ on linux run into that one in the beginning ;). Just make the following change to the LANG environment variable setting:

LANG="en_US.iso885915"

The place to put it on RH linux is /etc/sysconfig/i18n. I'm not sure about other distros. That change will make the multivalue character translate correctly.

-John
--
John Hester
System & Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to