Characterset conversion problem using iconv command

Hi Friends,

I am not able to conver character set from UTF-8 to IBM-284 throwing an error "cannot open convertor" . Could you please help me how to get out of this error.

Below command is working fine

iconv -f ISO8859-15 -t UTF-8 fromfile.txt > tofile.txt

But the below command is not working

iconv -f UTF-8 -t ibm-284 fromfile.txt > tofile.txt

Please help me friends , i am struggling from last one week.

Thanks
Siva.

What's your system? Try iconv -l to see if it lists the character sets you want under different names.

It is AIX 1

---------- Post updated at 10:08 AM ---------- Previous update was at 10:04 AM ----------

I have listed, i am not able to find IBM-284 character set ,Could you please let me know the process to install this character set and from where i can download this package ?

Thanks,
Siva

---------- Post updated 05-09-12 at 01:18 AM ---------- Previous update was 05-08-12 at 10:08 AM ----------

Hi Corona,

      I have found the IBM-284 characterset while listing the character sets using iconv -l. Still i am getting the same error. Could you please let me know what is the root cause about this issue.

Thanks in Advance,
Siva.