Handle multi-byte characters in URL encoding
Open
bug
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The URL encoding of the current program assumes that each character occupies only a single byte, which breaks, e.g., on Paul Erdős. See https://developer.mozilla.org/en-US/docs/Web/API/Window/btoa#unicode_strings
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.