Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: proper UTF-8 support under OSX
- X-seq: zsh-users 14516
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: proper UTF-8 support under OSX
- Date: Fri, 23 Oct 2009 16:19:05 +0200
- In-reply-to: <6599888588-BeMail@laptop>
- 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: <20091023133027.GD14613@xxxxxxxxxxxxxxxxxxx> <6599888588-BeMail@laptop>
On 2009-10-23 15:46:11 +0200, François Revol wrote:
> > No. fr_FR.UTF-8 doesn't necessarily exist. For instance, under
> > Maemo Linux, one needs to use LC_CTYPE=fr_FR, which is UTF-8, but
> > under most Linux-based platforms, fr_FR is ISO-8859-1, so that the
> > charmap is
>
> This looks braindead to me, couldn't they just specify it to always be
> canonical ?
Yes, this was a very bad choice IMHO. But the user has to deal with it.
> > incorrect after a SSH, unless one uses some tricks (I use a
> > LC_CHARMAP variable in order to update the LC_CTYPE from my
> > .zshenv if need be).
>
> Note however than charmap != encoding !!
What do you mean here?
The same notion is often designated under the following terms (which
may have different meanings depending on the context): charset (e.g.
in MIME), character set, codeset (e.g. in nl_langinfo), charmap (e.g.
in locales), coding system (e.g. in Emacs), encoding (e.g. in XML).
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author