Close #1149 IDNA and Punycode support in url.parse
authorJeremy Selier <jeremy@jolicloud.com>
Mon, 13 Jun 2011 12:43:16 +0000 (14:43 +0200)
committerisaacs <i@izs.me>
Wed, 6 Jul 2011 20:17:50 +0000 (13:17 -0700)
commit2a848fa7279002259a3e651223ce6f3230ca22d7
tree8e6ff6fbea3a22091537d966d3057dbc05a00632
parent08a334fa45e8e303b718226f7384b5c0cef43c19
Close #1149 IDNA and Punycode support in url.parse

Using @bnoordhuis's punycode lib.

Close #1174 also
LICENSE
lib/punycode.js [new file with mode: 0644]
lib/url.js
test/simple/test-punycode.js [new file with mode: 0644]
test/simple/test-url.js