[sword-devel] UTF8GreekAccents: Two rho accents were not being processed

Jaak Ristioja jaak at ristioja.ee
Fri Sep 23 15:00:38 MST 2016


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



More information about the sword-devel mailing list