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

ByteString text should not talk about UTF-8 #1295

Closed
annevk opened this issue Apr 21, 2023 · 1 comment
Closed

ByteString text should not talk about UTF-8 #1295

annevk opened this issue Apr 21, 2023 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Apr 21, 2023

We almost universally use it for "ASCII/isomorphic strings"-type things, such as many aspects of HTTP. USVString is much more suited for UTF-8 interchange.

@domenic
Copy link
Member

domenic commented Apr 27, 2023

Fixed by #1298, I am pretty sure.

@domenic domenic closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants
@domenic @annevk and others