And it looks a bit strange to me to see it code with :
- Code: Select all
characterset : Windows-1250
So I guess you are using another lang pack, I'd need a link to where it is made available please
++
Moderator: Moderators
characterset : Windows-1250

Ť
Š
Ď
Ľ
Ň
Č
Ž
$this->seo_path['phpbb_script'] = $script_path; // --> Custom str_Replace arrays, to handle special cases properly
$this->seo_opt['url_find'] = array(utf8_chr(268),utf8_chr(269), // c
utf8_chr(356),utf8_chr(357), // t
utf8_chr(270),utf8_chr(271), // d
utf8_chr(317),utf8_chr(318), // l
utf8_chr(327),utf8_chr(328), // n
);
$this->seo_opt['url_replace'] = array('c', 'c', 't', 't', 'd', 'd', 'l', 'l','n', 'n'); $url = preg_replace('`\[.*\]`U','',$url); $url = str_replace( $this->seo_opt['url_find'], $this->seo_opt['url_replace'], $url ); 


TomaS wrote:thx dcz it works good but pls one spel ž,Ž to z i dont know charakter of it
thx for help finaly the seo go i just delet one folder in common.php and its work

// --> Custom str_Replace arrays, to handle special cases properly
$this->seo_opt['url_find'] = array(utf8_chr(268),utf8_chr(269), // c
utf8_chr(356),utf8_chr(357), // t
utf8_chr(270),utf8_chr(271), // d
utf8_chr(317),utf8_chr(318), // l
utf8_chr(327),utf8_chr(328), // n
);
$this->seo_opt['url_replace'] = array('c', 'c', 't', 't', 'd', 'd', 'l', 'l','n', 'n');
// --> Custom str_Replace arrays, to handle special cases properly
$this->seo_opt['url_find'] = array(utf8_chr(268),utf8_chr(269), // c
utf8_chr(356),utf8_chr(357), // t
utf8_chr(270),utf8_chr(271), // d
utf8_chr(317),utf8_chr(318), // l
utf8_chr(327),utf8_chr(328), // n
utf8_chr(381),utf8_chr(382), // z
);
$this->seo_opt['url_replace'] = array('c', 'c', 't', 't', 'd', 'd', 'l', 'l','n', 'n', 'z', 'z');

hope_umut wrote:I have some turkish characters problem which are below
ğ must be g
ı must be i
ş must be s
Can you help me?

Users browsing this forum: No registered users and 32 guests