krlosnow respondió:
Prueba con la clase PrintWriter, especificando el encoding: String encoding = "Cp437"; //Valen también Cp850, Cp852, Cp860 String str = "España y Olé"; PrintWriter con = null; try { con = new PrintWriter( new BufferedWriter( new OutputStreamWriter(...