Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Goran87

    (@goran87)

    I will check this out and let u know, marked as bug.

    Thread Starter Panagiotis Tabakis

    (@tabakisp)

    Any news?

    Plugin Author Goran87

    (@goran87)

    Hey Panaglotis,

    Sorry for late reply, to add support for other non UTF8 chars, do this:

    1. Open sb-bar-public-display.php file that is located in public/partials.
    2. Replace line 12 ($word_count….) with this one:

    $word_count = str_word_count( strip_tags( $content ),0,’αβγδεζηθικλμνξοπρστυφχψω’ );

    As you can see third parameter is greek alphabet (if my greek is correct ??

    That should fix it up. Let me know.

    Thread Starter Panagiotis Tabakis

    (@tabakisp)

    Your Greek are indeed correct. Worked like a charm! +1 on the code also!
    Thanks again,
    .Panagiotis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘TTR doesn't work for other than english languages.’ is closed to new replies.