Revision: 4646 http://sourceforge.net/p/vexi/code/4646 Author: mkpg2 Date: 2014-01-30 08:06:18 +0000 (Thu, 30 Jan 2014) Log Message: ----------- Jpp.
Modified Paths: -------------- branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp =================================================================== --- branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp 2014-01-30 08:03:19 UTC (rev 4645) +++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp 2014-01-30 08:06:18 UTC (rev 4646) @@ -673,7 +673,7 @@ Fountain f = (Fountain)args[0]; final BufferedWriter w; try { - w = new BufferedWriter(new OutputStreamWriter(f.getOutputStream(), "UTF8")); + w = new BufferedWriter(new OutputStreamWriter(f.getOutputStream(true), "UTF8")); } catch (UnsupportedEncodingException e) { throw new Error("UF8 not available!"); } catch (IOException e) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn