Skip to content
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

Add rendering of UTF-16 Strings #35

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Add rendering of UTF-16 Strings #35

merged 1 commit into from
Nov 7, 2024

Conversation

ad3154
Copy link
Member

@ad3154 ad3154 commented Nov 6, 2024

Previously, UTF-16 strings were not tolerated in the object pool. Now they will properly get rendered (in theory).

image

Closes #27

I will address issues with the ISO 8859 encodings in a separate ticket as they are going to be more involved.

@ad3154 ad3154 self-assigned this Nov 6, 2024
@ad3154 ad3154 requested a review from GwnDaan November 6, 2024 00:21
Previously, UTF-16 strings were not tolerated in the object pool.
Now they will properly get rendered (in theory).
@ad3154 ad3154 merged commit 9aa8fc1 into main Nov 7, 2024
4 checks passed
@ad3154 ad3154 deleted the display-utf16-strings branch November 7, 2024 23:56
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.

Add support for parsing UTF-16 strings
1 participant