Hi! I use a script to query a dataset from a DB2 and convert the output to ISO-Latin1 using iconv:
iconv -t 8859-1 /tmp/anzeigen_roh.txt > /tmp/tb_anzeigen.txt It works fine, when invoked from tty. When the script ist invoced by crontab, I receive this error: Not supported 646 to 8859-1 Any hint? Martin
_______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org