<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>I think the number of characters may be OK. Before it must have been counting bytes, i.e. counting `<span style="white-space: nowrap;">É</span>` as 2.</p>
<p>I will look into the word counting.</p>
<p id="reply-intro">On 2022-10-08 13:13, Karl Ove Hufthammer wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="white-space: nowrap;">Adrian Chaves skreiv 04.10.2022 12:49:</span>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><br />So I would like every Pology user to test as soon as possible their usual workflows with pology with the python3 branch, and report to me any issue. I do expect there to be issues. So send me a command to reproduce the issue you get, and I will fix it.<br /><br /></blockquote>
This is a minor bug, posieve stats seems to count the number of words and characters in a different way now. Example:<br /><br /><span style="white-space: nowrap;">msgid "One Selected File"</span><br /><span style="white-space: nowrap;">msgid_plural "%1 Selected Files"</span><br /><span style="white-space: nowrap;">msgstr[0] "Éi merkt fil"</span><br /><span style="white-space: nowrap;">msgstr[1] "%1 merkte filer"</span><br /><br /><span style="white-space: nowrap;">Python 2 ‘posieve stats’ reports:</span><br /><br /><span style="white-space: nowrap;">- msgmsg/totw-orw/tot-orw-trch-orch-tr</span><br /><span style="white-space: nowrap;">translated      1    100.0%      3     100.0%      3      14      11</span><br /><br />In other words, three English words (w-or) and 14 English characters (ch-or).<br /><br /><span style="white-space: nowrap;">While Python 3 ‘posieve stats’ reports:</span><br /><br /><span style="white-space: nowrap;">- msgmsg/totw-orw/tot-orw-trch-orch-tr</span><br /><span style="white-space: nowrap;">translated      1    100.0%      2     100.0%      2      14      10</span><br /><br />So 2 English words instead of 3, but the same number of English characters (14). However, for the translations, the number of characters also shrink, from 11 to 10 (and the number of words from 3 to 2).<br /><br /><span style="white-space: nowrap;">I think both statistics are wrong. There are clearly 5 (or 6) English words.</span><br /><br /></div>
</blockquote>
<p><br /></p>

</body></html>