Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: proper UTF-8 support under OSX
- X-seq: zsh-users 14511
- From: "Chr. von Stuckrad" <stucki@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: proper UTF-8 support under OSX
- Date: Fri, 23 Oct 2009 13:35:22 +0200
- In-reply-to: <20091022233229.GA14613@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users@xxxxxxx>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20091022062013.GA3687@xxxxxxxxxxxxxxx> <20091022233229.GA14613@xxxxxxxxxxxxxxxxxxx>
- Sender: "Chr. von Stuckrad" <stucki@xxxxxxxxxxxxxxxxx>
On Fri, 23 Oct 2009, Vincent Lefevre wrote:
...
> If Mutt is also affected, this is probably not a problem due to zsh.
>
> Also if you use ssh, you need the same charmap on both sides.
Yes, and the same 'locale' environment variables (which I assume the
compiled tool will show).
Most cases when I could not use UTF8-via-ssh were due to the ssh-server
config, which did not allow to transfer the environment variables.
If you have access to the configs of the 'sshd', you can allow:
----------------------------------------------------------------- conf lines
# Allow client to pass locale environment variables
AcceptEnv LANG LC_*
----------------------------------------------------------------------------
This way the local ssh can tell the remote sshd which locale to use,
and all starting programs (especially the login-shell) have the
correct setting.
This fixed most of our locale-problems in a mixed environment
(different distributions of Mac and LINUX + putty from windows).
Yours Stucki
--
Christoph von Stuckrad * * |nickname |Mail <stucki@xxxxxxxxxxxxxxx> \
Freie Universitaet Berlin |/_*|'stucki' |Tel(Mo.,Mi.):+49 30 838-75 459|
Mathematik & Informatik EDV |\ *|if online| (Di,Do,Fr):+49 30 77 39 6600|
Takustr. 9 / 14195 Berlin * * |on IRCnet|Fax(home): +49 30 77 39 6601/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author