-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle ASCII-encoded segmentation UPIDs correctly #32
Conversation
@sbowman Can you do a quick review of my changes... and sign the CLA so I can eventually merge this? I've modified your approach and changed it such that the models always use UTF8 but converts from Latin1 on decode and back on encode. This resolves a number of issues that your original fix didn't address around XML/JSON representation and lossless decoding and encoding. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the ASCII is supposed to be printable characters, based on page 69 of SCTE_35_2022b.pdf
Made changes per your feedback. If theres nothing else I'll merge it in tomorrow. |
No description provided.