Iconv: conversion IBM-852 to UTF8 : which filesets to be installed ?

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.

# echo toto | iconv -f UTF-8 -t IBM-852
toto
# lslpp -w $(pwd)/IBM-852
  File                                        Fileset               Type
  ----------------------------------------------------------------------------
  /usr/lib/nls/loc/uconvTable/IBM-852         bos.iconv.ucs.pc      File

That's the solution, thank you.