Nice. What happens when an encoding error occurs? There's nothing in the docs. Right now with (old) iconv I have to wrap calls to convert() in try/catch. Is this the same?
On Tue, Jun 10, 2014 at 11:19 PM, Alexander Shtuchkin <[email protected]> wrote: > > New features: > * Chinese, Japanese, Korean encodings added. Now all widespread encodings > are supported. > * Streaming support for Node v0.10+ > * (optional) Extend Node primitives encodings (i.e. > buf.toString('win1252'); ) > * Browserify support > > More details & usage: > https://github.com/ashtuchkin/iconv-lite > > Please enjoy > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/1ce92d6d-69af-449b-8219-2935a9ea933c%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/1ce92d6d-69af-449b-8219-2935a9ea933c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAPJ5V2YihnC1hrHSVhHRd-bV-y0aCKPEu2K4-pmVvDecrX6W1A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
