public static final String CR_LF = System.getProperty("os.name").startsWith("Windows") ? "\r\n" : "\n";