Hi,
I"m having a problem whereby an Exception message coming back on
Linux is showing up in weird characters. The same message, when
the same code is run on MVS-USS does print out the exception in a readable
format. I suspect that TranscodeToLocalCodePage(e.getMessage(),
m_errorMessage, true) is 'translating' something it doesn't need to
translate when you are already in ASCII to begin with? But if I don't use
TranscodeToLocalCodePage at all and just try to print out e.getMessage()
with a printf, that is also gibberish, just different gibberish. My
question is, if you are already on an ASCII system to begin with, do you
not need to use 'TranscodeToLocalCodePage'? And how then do you print out
an Exception message?
By the way, this is happening at RH 8 Linux using Xalan 1.4, Xerces
2.1, ICU 2.2.
Thanks,
Suzanne