Support for astral symbols #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is flawed for code points greater than U+FFFF. Since there are over a million of those, it would be good to have this fixed :)
For example, for U+1D306, this library returns:
It should be
\xF0\x9D\x8C\x86.For some reason I never closed this, haha. Your utf8 library is by far a more comprehensive solution, and has been for some time - created this as a stopgap measure in the early days of Node.js. I should just update the README to point to yours at some point here.