Hello Anatoly,
I'm not 100% sure but this sounds like a URL encoding.
Have a look at the
encodeURL method in the
com.tivoli.am.rba.extensions.PluginUtils package:
Jon.
------------------------------
Jon Harry
Consulting IT Security Specialist
IBM
------------------------------
Original Message:
Sent: Thu October 22, 2020 09:24 AM
From: Anatoly Nazarenko
Subject: Encoding special characters in an EAI header
Hello,
There is an IBM document 545179 about the need to encode special characters in an EAI header:
--------
All white space and non-ASCII bytes need to be encoded %XY, where X and Y are hex values (0–F).
Encoding applies also to the following entries:
- ASCII characters below 0x1F and above 0x7F
- Escape characters for tab, carriage return, and line feed
- Percent symbol
-------------
We faced this problem when using InfoMap (ISAM 9 AAC). Is there an easy way to encode a string without writing your own code to parse for all the specified characters?
------------------------------
Anatoly Nazarenko
------------------------------