cancel
Showing results for 
Search instead for 
Did you mean: 

Character ^ in PI

Former Member
0 Kudos

Hi

The character ^ is used in the message mapping and it comes out as / in the AS2 adapter output.

Any idea how to keep the the character ^ in the output.

Can PI handle this character ^.

Regards

Anandan

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Which codepage do you use in AS2 output?

Check if codepage contains ^

Maybe you need to assign another codepage.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Can PI handle this character ^.

Yes, PI can handle this character ^ in message mapping.

Former Member
0 Kudos

But in the channel output, it comes as /.

Any idea why this is being converted to /.

Regards

Anandan

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Can you try

\\^  i.e  two backward slashes followed by ^

and see how it behaves... Google for regex and java handling ^ symbol..

Refer this link

http://www.coderanch.com/t/376843/java/java/Regex-splitting-carat-symbol