Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#254801: zsh: iconv code set completion case insensitivity



> 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