Hi i have croatian forum and we have lot of č ć š đ and so char. In my urls everything is working but replacemant of č and ć.
Novi Članovi - title
forum/novi-lanovi-278/
and should be
forum/novi-clanovi-278/
in cpanel i writed:
'đ' => 'd'
'č' => 'c'
'ć' => 'c'
'ž' => 'z'
'š' => 's'
but after saving i get this
'' => 'd'
'č' => 'c'
'' => 'c'
'ž' => 'z'
'š' => 's'
p.s. i dont see this file forumroot/includes/config_vbseo.php is this normal
I have imported my forum from phpbb3 and i managed to do everything without problem, but in post and everywhere after importing č iz replaced with ?
exampl.
Još jedan novi ?lan.
Student sam 2.god fizioterapije u Rijeci, zaljubljenik u Fizioterapiju u svim oblicima i primjenama, gledao sam na ovom siteu neke ponude oko FT opreme koja me zanima, pa sam odlu?io u?initi korak naprijed i registrirati se.
Nadam se dobroj suradnji u raznim raspravama, pozdrav svima.
any idea?
thnx!


LinkBack URL
About LinkBacks





Reply With Quote
