Sends the correct acbf file size when writing to disk
requested to merge makhalil/peruse:wip/makhalil/fixes-writing-acbf-with-wrong-file-size-bug into master
Before this we were sending the wrong size, which is the size of the
acbfString
before we convert its encoding to UTF8, to the archive to
write it. So, this should fix it by sending the actual size of the UTF8
encoded char *
sent to the archive.
Here are some screenshots before this modification:
Edited by Mahmoud Khalil