You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
MemoField "public void put(byte inBytes[])" does not work.
Caused by: Codes ASSUMES "value" and not the "byteValue" contains the value.
Does not look like a simple fix - the per DBT implementations do the actual CharSet to byte conversions, not the field which holds the bytes value array. In fact, at a brief glance, I'm not sure bytes value is used at all, and is definitely not encoded into the desired codepage.
The text was updated successfully, but these errors were encountered:
MemoField "public void put(byte inBytes[])" does not work.
Caused by: Codes ASSUMES "value" and not the "byteValue" contains the value.
Does not look like a simple fix - the per DBT implementations do the actual CharSet to byte conversions, not the field which holds the bytes value array. In fact, at a brief glance, I'm not sure bytes value is used at all, and is definitely not encoded into the desired codepage.
The text was updated successfully, but these errors were encountered: