We have migrated from TS 5.5.2 to 6.5 on solaris 8.
We are facing problem with XML parser module when parsing dcrs containing polish characters.
If the dcr contains a polish charater "ó" in the string as TESTóTEST. We use our own perl module with the help of XMLParser.pm and try to retrieve content of the dcr.
In both version TS 5.5.2 and 6.5 , value stored in dcr is TESTóTEST
In Teamsite 5.5.2, dcr node value from XMLparser.pm is returned as TESTóTEST, when seen in the browser is displayed as TESTóTEST
but in Teamsite 6.5, dcr node value is returned as TESTóTEST ,when seen in browser is displayed as TEST????T
is this problem because of change in the perl version
-Ganesh