Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh i18n
- X-seq: zsh-workers 15097
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Simon Dean - Software Engineer" <Simon.Dean@xxxxxxx>
- Subject: Zsh i18n
- Date: Tue, 26 Jun 2001 18:18:57 +0400
- Cc: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- Importance: Normal
- In-reply-to: <200106261354.OAA25140@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> Hi Andrej,
>
> are you aware of a buglist of internationalisation problems with zsh ?
>
There is none because zsh is not localized in any way :-) Seriously, bugs
related to i18n were
- multibyte support. This requires total rewrite of string-handling code and
some volunteers I guess
- usual problem with ranges like [a-z] in locale that sorts
case-insensitive. Ironically, it is the only place where locale is supported
in zsh :-))
>
> I am conducting tests on how i18n'd zsh is and would appreciate to know
> of known bugs/issues relating to internationalisation.
>
Well, keep us informed.
Note that l10n is different issue. Now with completion system evolving into
mini user interface, having message catalogs is not a bad idea.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author