Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#254801: zsh: iconv code set completion case insensitivity
- X-seq: zsh-workers 20073
- From: Clint Adams <clint@xxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>, 254801@xxxxxxxxxxxxxxx
- Subject: Re: Bug#254801: zsh: iconv code set completion case insensitivity
- Date: Thu, 17 Jun 2004 11:01:50 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <3672.1087483410@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040616184219.GA7569@xxxxxxxxx> <20040616235219.GA18736@xxxxxxxxxxx> <2794.1087477429@xxxxxxxxxxxxxxxxxxxxx> <20040617140223.GA27353@xxxxxxxxxxx> <3672.1087483410@xxxxxxxxxxxxxxxxxxxxx>
> It does care on Solaris 8. Or at least this is what I get:
> % iconv -f 646EN -t 8859
> Not supported 646EN to 8859
>
> (lowercase the `en' and it does work).
Odd.
% iconv -f 646EN -t 8859
iconv: conversion from 646EN unsupported
% iconv -f 646en -t 8859
iconv: conversion from 646en unsupported
% echo blah | iconv -f macromania -t UTF-8
blah
% echo blah | iconv -f MACROMANIA -t UTF-8
blah
% echo blah | iconv -f MACROMANIA -t utf-8
blah
% echo blah | iconv -f MaCRoMaNia -t utf-8
blah
> I don't have access to Solaris 9. Does the current _iconv manage to
> complete the codesets on it?
It doesn't with 4.1.1. I'll try current in a bit.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author