rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
372 stars 59 forks source link

Support punycode #67

Open rpwoodbu opened 9 years ago

rpwoodbu commented 9 years ago

Non-ASCII hostnames, e.g. "kæn.guru", should be converted to punycode.

ysangkok commented 9 years ago

Hi. That's my domain and I had this issue in mosh-chrome some weeks ago. I can't find the original thread where I mentioned it. Could you point me to it? Thank you.

rpwoodbu commented 9 years ago

Hi, @ysangkok. You posted this on the Chrome Web Store: https://chrome.google.com/webstore/detail/mosh/ooiklbnjmhbcgemelgfhaeaocllobloj/support

vapier commented 7 years ago

I added punycode support to nassh via the punycode.js library: https://github.com/bestiejs/punycode.js

I packaged it directly into libdot, but I suspect it'll be easier for you to go directly to the upstream source instead. https://chromium.googlesource.com/apps/libapps/+/master/libdot/third_party/punycode/

I liked that library because it's standalone and was very easy to integrate: https://chromium.googlesource.com/apps/libapps/+/a543c0672f94b4ff300ef937b5ae958ba4253cc8%5E%21/