polish characters won't show
I'm terribly sorry but the author of this mod asked me to remove it from the forum :/
To mods: please remove this topic.
Moderator: Moderators

janmyszkier wrote:I'll continue the topic and sorry for bumping it:
Ą -> A
ą -> a
Ć -> C
ć -> c
ę -> e
Ę -> E
Ł -> L
ł -> l
Ń -> N
ń -> n
ó -> o
Ó ->O
Ż -> Z
ż -> z
Ź -> Z
ź -> z
ok done.informed matthew_l already



cannot release a mod with zillions of useless lines of code either.



$this->seo_path['phpbb_script'] = $script_path; // --> Custom str_Replace arrays, to handle special cases properly
$this->seo_opt['url_find'] = array(utf8_chr(260),utf8_chr(261), // Aa
utf8_chr(262),utf8_chr(263), // Cc
utf8_chr(280),utf8_chr(281), // Ee
utf8_chr(321),utf8_chr(322), // Ll
utf8_chr(323),utf8_chr(324), // Nn
utf8_chr(379),utf8_chr(380), // Zz
utf8_chr(377),utf8_chr(378), // Zz
);
$this->seo_opt['url_replace'] = array('a', 'a', 'c', 'c', 'e', 'e', 'l', 'l','n', 'n', 'z', 'z', 'z', 'z'); $url = preg_replace('`\[.*\]`U','',$url); $url = str_replace( $this->seo_opt['url_find'], $this->seo_opt['url_replace'], $url );Ą -> A
ą -> a
Ć -> C
ć -> c
ę -> e
Ę -> E
Ł -> L
ł -> l
Ń -> N
ń -> n
Ż -> Z
ż -> z
Ź -> Z
ź -> z
Users browsing this forum: Yahoo [Bot] and 4 guests