Some field value contains 0x0D specail character The value from the hexdump:
4041000000000001D0534534534112342340000
But when I get the field value using isoMsg.getString(field_id), I got an equal sign instead of the 0x0D character
4041000000000001=0534534534112342340000
Is there any method to return the value as is without changing any control character data ?