dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

UnicodeData.txt behind a corporate proxy #14

Closed radum closed 10 years ago

radum commented 10 years ago

Hello,

Unfortunately if you are behind a corporate proxy getting the file from http://unicode.org/Public/UNIDATA/UnicodeData.txt doesn't work as the connection is refused.

Could you update the code to use the ENV var HTTP_PROXY or HTTPS_PROXY when getting the data?

dodo commented 10 years ago

would you like to send a pull request?

radum commented 10 years ago

Yes sure, give me a couple of minutes so I can test it out. ... Ok I've submitted #15 for this fix.

dodo commented 10 years ago

should work now ;D