Menu

Does it support Hexadecimal format also in Primary Bitmap

Help
Felix T
2015-11-04
2015-11-05
  • Felix T

    Felix T - 2015-11-04

    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

     
  • Enrique Zamudio Lopez

    WDYM?

    When you encode messages in ASCII format, the bitmap is encoded as hex.

     
  • Felix T

    Felix T - 2015-11-05

    ok thanks

     
  • Felix T

    Felix T - 2015-11-05

    Sorry I forgot to ask this question too
    Do you support content Types EBCDIC & BCD too.

     
  • Enrique Zamudio Lopez

    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.

     
  • Rohit Tiwari

    Rohit Tiwari - 2020-09-10
    Post awaiting moderation.

Log in to post a comment.