I was wondering if this library supports hexdecimal values in the primary bitmap. From the code i see that it supports only binary or ASCII (Atleast in the MessageFactory parsing part).
regards,
Felix T
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I was wondering if this library supports hexdecimal values in the primary bitmap. From the code i see that it supports only binary or ASCII (Atleast in the MessageFactory parsing part).
regards,
Felix T
WDYM?
When you encode messages in ASCII format, the bitmap is encoded as hex.
ok thanks
Sorry I forgot to ask this question too
Do you support content Types EBCDIC & BCD too.
Sure, just set the encoding in the message factory, as well as the forceCharacterEncoding property.
You can use binary bitmaps in ASCII messages by setting the useBinaryBitmap flag.
For EBCDIC, use encoding Cp1047.