-
Notifications
You must be signed in to change notification settings - Fork 183
Fix: incorrect string length when emitting descriptors with non-ASCII characters #758
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
Fix: incorrect string length when emitting descriptors with non-ASCII characters #758
Conversation
|
4b4fd1a to
ea2ea39
Compare
Frontend/library/src/UeInstanceMessage/SendMessageController.ts
Outdated
Show resolved
Hide resolved
ea2ea39 to
95d054d
Compare
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Relevant components:
Problem statement:
As mentioned in #754, when emitting a UI interaction with non-ascii characters, the calculated
byteLengthis incorrect.Solution
Remove the unnecessary usage of
textEncoderand use the direct string length.Test Plan and Compatibility
Tested with UE 5.7 (PixelStreaming2)