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
After PR #184 UCS2_LENGTH should be changed from 70 to 140.
Message which is encoded in UCS-2 has a maximum of 70 characters but after encoding to utf-16-be len of encoded text is twice as large.
After PR #184 UCS2_LENGTH should be changed from 70 to 140.
Message which is encoded in UCS-2 has a maximum of 70 characters but after encoding to utf-16-be len of encoded text is twice as large.