|
At 12:13 PM 9/2/2002, you wrote:
Java itself always operates in Unicode for Strings or chars. How are you accessing the FlexLM service? Is this done over a socket InputStream/OutputStream. If so, these operate over a series of bytes.
I'm sure it's sockets ... but I'm not sure of the internals of how it's received.
At some point, that series of bytes is converted to/from a String and this is where the problem occurs. In either case, the platform default encoding is used, which is EBCDIC on the iSeries and zSeries and ASCII almost everywhere else. You can overide this by changing these calls to
So if a iSeries based java program received text in ASCII, via a socket, and converted it to a String or byte array, it might not be able to understand the contents of the data without explicitly declaring the character set? david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.