stephnane0
IS-IT--Management
Hello.
We have to make conversion from ibm-852 to UTF-8 (using iconv).
We already installed bos.iconv.iso2, but I suppose another fileset is missing :
# echo toto | iconv -f UTF-8 -t IBM-852
iconv: 0791-004 cannot open converter
I know I can make this conversion from IBM-852 to UTF-8 by convert it firstly into a third temporary codeset (IBM8859-2 for example), but I'm looking for a quicker way to do it.
Thank you very much.
We have to make conversion from ibm-852 to UTF-8 (using iconv).
We already installed bos.iconv.iso2, but I suppose another fileset is missing :
# echo toto | iconv -f UTF-8 -t IBM-852
iconv: 0791-004 cannot open converter
I know I can make this conversion from IBM-852 to UTF-8 by convert it firstly into a third temporary codeset (IBM8859-2 for example), but I'm looking for a quicker way to do it.
Thank you very much.