Skip to content

fix(sol): decode terminal data as UTF-8 - #1800

Draft
sudhir-intc wants to merge 1 commit into
mainfrom
fix/sol-utf8-decoding
Draft

fix(sol): decode terminal data as UTF-8#1800
sudhir-intc wants to merge 1 commit into
mainfrom
fix/sol-utf8-decoding

Conversation

@sudhir-intc

Copy link
Copy Markdown

Summary

  • Decode SOL terminal input as UTF-8 instead of the legacy ASCII code-page mapping.
  • Preserve UTF-8 sequences split across input chunks with a persistent decoder.
  • Update focused tests for complete and split multibyte sequences.
  • Keep generated core/ and bundles/ runtime output ignored; local builds generate it with npm run build-ext.

Validation

  • npm test -- --runInBand --silent
  • npm run lint
  • npm run build-ext

This is the prerequisite PR for ui-toolkit-angular.

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.

1 participant