]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix incorrect reading time calculation for entries in languages with 2659/head
authorAndrew Kovalyov <andrew.kovalyoff@gmail.com>
Sun, 27 Nov 2016 23:15:06 +0000 (01:15 +0200)
committerAndrew Kovalyov <andrew.kovalyoff@gmail.com>
Sun, 27 Nov 2016 23:15:06 +0000 (01:15 +0200)
commit5b6888b13fd44705a232261862a5cc96cebd0a7d
treee3d5a370d5f50d75e1a7f6ffe59462d05976ec94
parent625bb561813222aea8a7a2e84e30e9f9de697017
Fix incorrect reading time calculation for entries in languages with
non-latin chars subset.
src/Wallabag/CoreBundle/Tools/Utils.php
tests/Wallabag/CoreBundle/Tools/UtilsTest.php [new file with mode: 0644]
tests/Wallabag/CoreBundle/Tools/samples/cyrillic.txt [new file with mode: 0644]
tests/Wallabag/CoreBundle/Tools/samples/greek.txt [new file with mode: 0644]
tests/Wallabag/CoreBundle/Tools/samples/latin.txt [new file with mode: 0644]