-
Notifications
You must be signed in to change notification settings - Fork 421
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
Error with node-icu-charset-detector #327
Comments
It should be listed as an optional dependency, so |
Oh, yes! it does seem to work here.
Is its functionality needed for anything crucial? |
It is for an optional feature for converting a server's encoding from UTF-8 to something else. You can enable it by using the encoding option in the configuration used to create a client(https://github.com/martynsmith/node-irc/blob/master/lib/irc.js#L58). If you don't specify this option, the module is never used. Cheers! |
Not supported on Heroku, and it doesn't seem to like newer versions of Node (v0.11/12). I think it's on the old v8 API. How is this package used? Can it be removed?
The text was updated successfully, but these errors were encountered: