Checktool for Java2 can run in your locale by easy modification!!
# cd /opt/SUNWct/lib # cp Checktool.properties Checktool_<locale>.properties
# checktool.readfilechar= # checktool.writefilechar= # mail_charset=
# JISAutoDetect will be used for file loading # so EUC, JIS, PCK can be supported for Japanese checktool.readfilechar=JISAutoDetect # To keep compatibility with XView based Checktool, # Japan wants to EUC output file checktool.writefilechar=EUCJIS # JavaMail API 1.1 is now used. # MIME mail can be sent from Checktool # charset should be iso-2022-jp for Japanese Mail mail_charset=iso-2022-jp
Please note that you need to run native2ascii when you put localized string into the properties file.
/opt/SUNWct/src