Re: [systemd-devel] special characters in console

2012-03-20 Thread Christian Hesse
Lennart Poettering on Tue, 2012/03/20 21:19: > On Tue, 20.03.12 20:24, Christian Hesse ([email protected]) wrote: > > > > > Christian Hesse on Tue, 2012/03/20 18:16: > > > I used to have problems with special characters in console, this > > > includes German umlauts (ä, ö, ü & ß) and pseudo graphic

Re: [systemd-devel] special characters in console

2012-03-20 Thread Lennart Poettering
On Tue, 20.03.12 20:24, Christian Hesse ([email protected]) wrote: > > Christian Hesse on Tue, 2012/03/20 18:16: > > I used to have problems with special characters in console, this > > includes German umlauts (ä, ö, ü & ß) and pseudo graphical stuff > > produced by pstree, tmux and friends. > > > >

Re: [systemd-devel] special characters in console

2012-03-20 Thread Christian Hesse
Christian Hesse on Tue, 2012/03/20 18:16: > I used to have problems with special characters in console, this > includes German umlauts (ä, ö, ü & ß) and pseudo graphical stuff > produced by pstree, tmux and friends. > > I fix to by appending " linux" to the agetty command in [email protected]. > Is t

Re: [systemd-devel] special characters in console

2012-03-20 Thread Christian Hesse
Kay Sievers on Tue, 2012/03/20 17:34: > On Tue, Mar 20, 2012 at 17:22, Christian Hesse wrote: > > I used to have problems with special characters in console, this includes > > German umlauts (ä, ö, ü & ß) and pseudo graphical stuff produced by > > pstree, tmux and friends. > > > > I fix to by app

Re: [systemd-devel] special characters in console

2012-03-20 Thread Kay Sievers
On Tue, Mar 20, 2012 at 17:22, Christian Hesse wrote: > I used to have problems with special characters in console, this includes > German umlauts (ä, ö, ü & ß) and pseudo graphical stuff produced by pstree, > tmux and friends. > > I fix to by appending " linux" to the agetty command in [email protected]

[systemd-devel] special characters in console

2012-03-20 Thread Christian Hesse
Hello everybody, I used to have problems with special characters in console, this includes German umlauts (ä, ö, ü & ß) and pseudo graphical stuff produced by pstree, tmux and friends. I fix to by appending " linux" to the agetty command in [email protected]. Is there anything wring with doing that?