Hi,
We recently migrated from Sun to AIX. On sun we used to convert a feed from Japanese characters to UTF-8 before loading the data into our databases. For this, the command was:
conv -f SJIS -t UTF-8 $datafile > "$datafile".utf8
Now, as SJIS converter is not available on AIX, I am trying to...