@juddmuir
can you open this file with your php editor :
[root]/modules/mod_minifrontpage/helper.php
then change this code (at line 445):
$strip = mb_substr($strip, 0, $limit);
with this one
$strip = mb_substr($strip, 1, $limit, 'UTF-8');
Then let me know the result