Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iconv to convert from Japanese to UTF-8

Status
Not open for further replies.

Muskaan

Programmer
Oct 21, 2002
47
0
0
US
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 use JISX0201.1976-0 in a similar manner:
iconv -f JISX0201.1976-0 -t UTF-8 ZY200881 > "$datafile".utf8

but still get the error: iconv: 0791-006 invalid chararacter found
Can someone help??
Thanks in advance!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top