Hi Experts,
I need some insights for the character encoding.
The legacy system is sending nordic characters ( öä) in a fixed length flat to PI. We are using JMS adapter to receive the data.
The character set of Legacy system is
WE8MSWIN1252.
we have some outbound interfaces also with the same legacy system. In receiver JMS communication channel I have used CCSID = 1252 under module ( AF_Modules/MessageTransformationBean) Transform.ContentType = text/xml;charset = UTF-8
With this setting Legacy system is able to view the nordic characters .
But for the inbound interfaces it is not working .
I have used following CCSID's
00819
1208
1252
used TextCodepageConversionBean but unsuccesfull.
We are getting junk characters in place of nordic when we see in comm channel monitoring, MONI or in IDoc.
Can anyone tell why its not working,
Regards
Biplab Das
Edited by: biplab das on Jul 28, 2011 2:57 PM