--- FM2SQL/src/Convert.java 2005/04/22 10:57:32 1.11 +++ FM2SQL/src/Convert.java 2005/04/22 11:03:53 1.12 @@ -124,7 +124,7 @@ class Convert final static int numIntervalls = 4; - static boolean debug = !false; + static boolean debug = false; static boolean isGUI = true; @@ -138,15 +138,16 @@ class Convert static Vector postSQLCommands = new Vector(); - static final String versionID = new String("FM2SQL Version 0.9.2b\n"); + static final String versionID = new String("FM2SQL Version 0.9.5b\n"); private static boolean noError = false; public static void main(String args[]) throws IOException { - DateFormat d = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, - Locale.GERMANY); - System.out.println(convertText("rogoistSuper" + "_" + d.format(new Date()).replace(':', '_'))); + // DateFormat d = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, + // Locale.GERMANY); + // System.out.println(convertText("rogoistSuper" + "_" + d.format(new Date()).replace(':', '_'))); + /* * try { //byte[] b = "�".getBytes("UTF-8"); // * System.out.println("QueryString " +b[0]+" "+b[1]+(new