[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2017-03-10 Thread Joshua Powers
As noted earlier this is fixed in Xenial and newer, however still seen on Trusty. Thanks to cjwatson for pointing out the merge that has the fix for this as well as noting other commits to avoid regressions. After looking at the fixes, I believe this would be a fairly invasive and involved SRU to

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2017-03-10 Thread Colin Watson
Possibly 0e059cdf5fd86297546c63fa8607c24059118832. Bear in mind that you might need later commits to avoid regressions, though, such as dda78a03af32e7994f132d923c2046e98b7c56c8. ** Changed in: openssh (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification be

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2017-03-10 Thread Joshua Powers
** Changed in: openssh (Ubuntu Trusty) Assignee: (unassigned) => Joshua Powers (powersj) ** Changed in: openssh (Ubuntu Trusty) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2017-03-10 Thread Brian Murray
** Also affects: openssh (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/349913 Title: sftp: cannot enter umlauts like ä, ö, ü To manage no

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2017-03-06 Thread Ken Sharp
Still broken in Trusty, but fixed in Xenial. Trusty: Version: 1:6.6p1-2ubuntu2.8 Xenial: Version: 1:7.2p2-4ubuntu2.1 ** Tags added: trusty ** Changed in: openssh (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2016-11-02 Thread Robie Basak
** Changed in: openssh (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/349913 Title: sftp: cannot enter umlauts like ä, ö, ü To manage notifications about

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2015-12-01 Thread Ken Sharp
With 1:6.6p1-2ubuntu2.3 (Trusty) the alt-tab completion works, but the character isn't echoed back. sftp> get nave Fetching /tmp/naïve to naïve Attempts to enter a character (AltGr+a for æ or AltGr+[+i for ï, for example) simply results in an error beep, which is new but thoroughly useless and a

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2013-12-10 Thread Ken Sharp
Version: 1:5.9p1-5ubuntu1.1 Still present. Still cannot enter characters but using tab to auto-complete will work so long as the file does not begin with a "foreign" character: sftp> get caf\303\251 Fetching /tmp/café to café sftp> get na\303\257ve Fetching /tmp/naïve to naïve sftp> get anasth

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2011-11-03 Thread Will Bond
I can reproduce this with openssh-client 1:5.8p1-7ubuntu1. I downloaded and compiled OpenSSH_5.9p1 and that version does not have the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/349913 Title:

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2010-06-22 Thread Michael Bienia
I can still reproduce this with openssh-client 1:5.3p1-3ubuntu4 from lucid-updates and even 1:5.5p1-3ubuntu1~ppa1 from Colin Watson's Openssh PPA on lucid. -- sftp: cannot enter umlauts like ä, ö, ü https://bugs.launchpad.net/bugs/349913 You received this bug notification because you are a member

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2010-01-13 Thread Roland Hieber
This seems to be fixed in upstream 5.3p1 (at least when I tried it 5 minutes ago :-)). Any chances to see a new release in lucid? ** Also affects: openssh Importance: Undecided Status: New ** Changed in: openssh Status: New => Fix Released -- sftp: cannot enter umlauts like ä,

[Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2009-04-16 Thread Andi Hechtbauer
strace output of sftp session, pressing "ä" at the "sftp> " prompt: [...] write(1, "sftp> "..., 6sftp> )= 6 read(0, "\303"..., 1) = 1 read(0, "\244"..., 1) = 1 write(1, "\7"..., 1)= 1 read(0, ** Changed in: openssh (Ubuntu)