Hi! Found by cppcheck. In UTF8GreekAccents::processText: - else if (*from == 0xE1 && *(from + 1) == 0xBF && (*(from + 2) == 0xA4 && *(from + 2) == 0xA5)) { + else if (*from == 0xE1 && *(from + 1) == 0xBF && (*(from + 2) == 0xA4 || *(from + 2) == 0xA5)) { Best regards, J