Skip to content

Fix SafetyBroadcastMessage text truncation in Message Type 14 - #22

Open
khoirulhasin wants to merge 1 commit into
BertoldVdb:masterfrom
khoirulhasin:fix-message-type-14-truncation
Open

Fix SafetyBroadcastMessage text truncation in Message Type 14#22
khoirulhasin wants to merge 1 commit into
BertoldVdb:masterfrom
khoirulhasin:fix-message-type-14-truncation

Conversation

@khoirulhasin

Copy link
Copy Markdown
  • Fixed calculation of text field length to prevent character truncation
  • Improved handling of 6-bit ASCII decoding for variable length text
  • Resolves issue where 'BAHAYA' was truncated to 'BAHAY'

Fixes #21

- Fixed calculation of text field length to prevent character truncation
- Improved handling of 6-bit ASCII decoding for variable length text
- Resolves issue where 'BAHAYA' was truncated to 'BAHAY'

Fixes BertoldVdb#21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text truncation in SafetyBroadcastMessage (Type 14) decoding, e.g., "BAHAYA" becomes "BAHAY"

1 participant