Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-38

FIX Message support double-byte charset.

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Default
    • Resolution: Fixed
    • Affects Version/s: 1.0.1
    • Fix Version/s: 1.6.0
    • Component/s: Engine
    • Labels:

      Description

      We use double-byte charset in no english country.QFJ get the fix message length using String.length(),get checksum using String.charAt().But these String method not support double-byte charset,e.g. GBK.

      In GBK encoding:
      "青".charAt(0)=38738
      "青".getBytes()[0] unsiged byte = 199
      "青".getBytes()[1] unsiged byte = 244

      We wish QFJ to support double-byte charset.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                amichair amichair
                Reporter:
                lejiang Lejiang
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: