Escribir Fichero UTF8 fork - java
Embed
You can embed this paste into a blog or website with this code:<iframe class="codetidy" type="text/html" width="100%" src="http://codetidy.com/paste/embed/1380" frameborder="0"></iframe>
Add comment
- BufferedWriter out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream("FicheroSalidaUTF8.txt"), "utf-8"));

