Skip to content

Commit 326b2cb

Browse files
committed
punycode: replace with Mathias Bynens's implementation
The currently bundled library doesn't pass all the test cases from RFC 3492. Mathias's library does. Home: https://github.com/bestiejs/punycode.js
1 parent 426298c commit 326b2cb

2 files changed

Lines changed: 562 additions & 220 deletions

File tree

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ The externally maintained libraries used by Node are:
6969
- lib/buffer_ieee754.js is copyright 2008 Fair Oaks Labs, Inc. and released
7070
under the New BSD license.
7171

72-
- lib/punycode.js is copyright 2011 Ben Noordhuis and released under the MIT license.
72+
- lib/punycode.js is copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
73+
and released under the MIT license.
7374

7475
- tools/gyp GYP is a meta-build system copyright 2009 Google Inc and
7576
licensed under the three clause BSD license. See tools/gyp/LICENSE.

0 commit comments

Comments
 (0)