RE: SHIFT-JIS to UTF0-8 conversion

The JDK's native2ascii tool ought to suffice.

http://java.sun.com/j2se/1.4.1/docs/tooldocs/solaris/native2ascii.html

$ native2ascii -encoding shift_jis filename filename; native2ascii -reverse
-encoding utf-8 filename filename

/Chris

Chris Cowperthwait
Sr. Technical Consultant
Professional Services
GlobalSight Corporation
E: chris@globalsight.com
P: (720) 622-4005
F: (720) 622-4001
M: (303) 249-2188

-----Original Message-----
From: Indira Viswanathan [mailto:Indira.Viswanathan@xilinx.com]
Sent: Saturday, April 19, 2003 18:46
To: www-international@w3.org
Subject: SHIFT-JIS to UTF0-8 conversion


We need to convert thousands of files from SHIFT-JIS to UTF-8.  Do you
know of a command line utility that can run on UNIX to convert these
documents.

Thanks,
Indira.

Received on Sunday, 20 April 2003 00:11:30 UTC