baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
295 stars 150 forks source link

I added support for Emoji #127

Closed eg-ops closed 8 years ago

eg-ops commented 8 years ago

This is a bug fix for this issue.

patricklodder commented 8 years ago

@g-gabber: In order for me to merge could you please:

  1. replace the unicode string construction in the test files with var value = new Buffer('f09f9881', 'hex').toString('utf-8') so that this will work on node 0.10 and 0.12 as well?
  2. rebase against current master so that a better set of platforms is tested with the CI?

Much appreciated!

patricklodder commented 8 years ago

Merged. Thank you for this!

I will tag and release version 1.3.2 here and to npm this week