Non-alphabet characters in keywords cause error

Issue #15 resolved
viharm repo owner created an issue

Nonalphabet characters in keywords cause PHP error.

This has been demonstrated by group names.

Comments (8)

  1. viharm reporter
    • changed status to open

    This is mainly cause by mb_strtolower PHP function. Changing to strtolower resolves this.

  2. viharm reporter

    Use of strtolower instead of mb_strtolower will prevent non-ASCII keywords. Will try to add encoding to mb_strtolower to see if it works.

  3. Log in to comment