npm package name #2
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?
There's another package in npm which is named utf8:
https://www.npmjs.com/package/utf8
Please publish your package with another name, there's no way to install it with npm now.
@antelle that package has existed for eons last I checked and is more
comprehensive than mine, which I threw together as a stop-gap in the wee
days of Node. Really not sure I care too much unless enough others depend
on it, chances are they're better served by utf8.
On Tuesday, June 2, 2015, antelle notifications@github.com wrote:
Skype: ryanmcgrathr
Twitter: http://twitter.com/ryanmcgrath/
Web: http://venodesigns.net/
GitHub: http://github.com/ryanmcgrath/
Okay, thanks. I have initially planned to make use of your package as it suits my needs (latin and cyrillic chars) and is dramatically faster and memory efficient than currently supported utf8.js. But yes, there are issues with some characters here, so I'll try to research and fix utf8.js performance.