package util; import java.io.*; import sun.io.ByteToCharConverter; import sun.io.CharToByteConverter; public class BOMDelete { private final String CHARSET = "UTF-8"; public static void main(String [] args) { //args = new String[1]; //args[0] = "D:/_SVN/RAINBOW/enomix_enterprise/branches/dev/src/webapps/src/spectra/ee/webapps/common/resources/message_ja_JP.properties"; if( args == null ) { Syst..