Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10425

URLs contains non ANSII characters are rejected and not recognize as URLs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 3.1.3-RC1
    • 3.0.9
    • None
    • None

      URLs contains non ANSII characters like(http://ar.wikipedia.org/wiki/الصفحة_الرئيسية) are rejected if it is put in bbcode like url or img and not recognize as URLs if it written in he post with out bbcode

      The bug is in get_preg_expression function in functions.php file witch accepted only [a-z0-9] characters, so other utf8 characters are rejected.

      get_preg_expression must contains the rejected characters not accepted characters like [^ ,.:] and other punctuation characters. To contain all UTF8 characters with as human read able.

            nickvergessen Joas Schilling
            hubaishan Saeed Hubaishan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: