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

measure payload length in utf-8 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ceymard
Copy link

@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