forked from github/cordova-android
CB-453: FileWriter.append - Chinese characters are not appended to the file correctly
This commit is contained in:
parent
5d43835db8
commit
cb473dfed4
@ -989,7 +989,7 @@ public class FileUtils extends Plugin {
|
||||
out.flush();
|
||||
out.close();
|
||||
|
||||
return data.length();
|
||||
return rawData.length;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user