commit | dda78a03af32e7994f132d923c2046e98b7c56c8 | [log] [tgz] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Mon Dec 12 13:57:10 2016 +1100 |
committer | Damien Miller <djm@mindrot.org> | Mon Dec 12 13:58:59 2016 +1100 |
tree | 589e87350c833aada6358afc719b7e08f7b64b75 | |
parent | c35995048f41239fc8895aadc3374c5f75180554 [diff] |
Force Turkish locales back to C/POSIX; bz#2643 Turkish locales are unique in their handling of the letters 'i' and 'I' (yes, they are different letters) and OpenSSH isn't remotely prepared to deal with that. For now, the best we can do is to force OpenSSH to use the C/POSIX locale and try to preserve the UTF-8 encoding if possible. ok dtucker@