Skip to content

measure payload length in utf-8#15

Open
ceymard wants to merge 1 commit intosidorares:masterfrom
ceymard:master
Open

measure payload length in utf-8#15
ceymard wants to merge 1 commit intosidorares:masterfrom
ceymard:master

Conversation

@ceymard
Copy link
Copy Markdown

@ceymard ceymard commented Apr 11, 2021

Encountered a problem when using workspaces that contain utf-8 characters in them.
The problem arises from the fact that the payload length is measured in "rune" count, not byte count.

This PR makes use of Buffer.bytesLength in utf-8 (which is the most common encoding in the wild nowadays).

There may be other places where this might need to be applied but I haven't checked.

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