You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refack opened this issue
May 15, 2017
· 2 comments
Labels
i18n-apiIssues and PRs related to the i18n implementation.lib / srcIssues and PRs related to general changes in the lib or src directory.urlIssues and PRs related to the legacy built-in url module.
Currently weird things happen if ICU is mis-configured
d:\code\node-cur$ set NODE_ICU_DATA=/d:\code\node-cur$ node
> var url = require('url')undefined
> url.parse('http://google.com')Error: Cannot convert name to ASCII at Url.parse (url.js:317:23) at Object.urlParse [as parse] (url.js:75:5) at repl:1:5 at ContextifyScript.Script.runInThisContext (vm.js:23:33) at REPLServer.defaultEval (repl.js:339:29) at bound (domain.js:280:14) at REPLServer.runBound [as eval] (domain.js:293:12) at REPLServer.onLine (repl.js:536:10) at emitOne (events.js:101:20) at REPLServer.emit (events.js:191:7)
>
The text was updated successfully, but these errors were encountered:
refack
added
i18n-api
Issues and PRs related to the i18n implementation.
lib / src
Issues and PRs related to general changes in the lib or src directory.
url
Issues and PRs related to the legacy built-in url module.
labels
May 15, 2017
i18n-apiIssues and PRs related to the i18n implementation.lib / srcIssues and PRs related to general changes in the lib or src directory.urlIssues and PRs related to the legacy built-in url module.
Currently weird things happen if ICU is mis-configured
Ref: nodejs/node-gyp#1199
The text was updated successfully, but these errors were encountered: