unicode uri-links not working dolphin 7.0.3

unicode uri-links generator not working dolphin 7.0.3... how to get it working?

function uriFilter ($s) {

if ($GLOBALS['oTemplConfig']->bAllowUnicodeInPreg)
$s = get_mb_replace ('/[^\pL^\pN]+/u', '-', $s); // unicode characters
else
$s = get_mb_replace ('/([^\d^\w]+)/u', '-', $s); // latin characters only

$s = get_mb_replace ('/([-^]+)/', '-', $s);
$s = get_mb_replace ('/([-]+)$/', '', $s); // remove trailing dash
if (!$s) $s = '-';
return $s;
}

Quote · 7 Oct 2010

Hello ask it from your hosting provider, they mast compile PHP with unicode in reg expressions

We only have a unique modules for dolphin!
Quote · 7 Oct 2010

7.0.2 works perfect with Unicode Uri gen...

Quote · 7 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.