unicode

  1. fahad ashraf

    XF 2.2 Unicode enable error

    Anybody please help me how i can fixed it unicode error
  2. Earl

    Lack of interest Short shareable links

    When you have threads which have Unicode in titles, you get the shareable links of those threads like this: Edit...
  3. S

    How to apply regular expressions to unicode characters?

    I have a regular expression that replaces characters and numbers in a string. I use preg_replace and a regular expression of "/[a-z\d]/i" to do that. $newtext= preg_replace("/[a-z\d]/i", "x", $originaltext); Is there an easy way to extend that regex to include unicode characters? Edited to...
  4. Fethi.dz

    XF 1.5 Regex expression Arabic letters

    Hello, I was trying to today to test the (User Name Match Regular Expression) option on XF. My forum is an Arabic one so I was trying to add a regex expression to allow the registration with Arabic letters only, I used the following: ^[\u0621-\u064A]+$ Ref...
Top Bottom