CB-453: FileWriter.append - Chinese characters are not appended to the file correctly

This commit is contained in:
macdonst 2012-04-05 19:51:45 -04:00
parent 5d43835db8
commit cb473dfed4

View File

@ -989,7 +989,7 @@ public class FileUtils extends Plugin {
out.flush(); out.flush();
out.close(); out.close();
return data.length(); return rawData.length;
} }
/** /**