Topic: For About seo friendly url

Hello, I dont know so much english so sorry. I'm new punbb user.
I use to admin panel/settings/URL scheme for seo friendly  url. I choose file based (fancy) and it works but There are problem for my language charecter url for example  my thread's name is "PHP Kodlarının Yazılışı" it writes /topic4-php-kodlarinin-yazilii.html.
How I can change thread's "ş" to url's "s" for example  "yazılışı" to "yazilisi"
thanks.

Re: For About seo friendly url

To solve your problem, you need to write the line:

'ş' => 's',

to the file 'url_replace.php', located in the folder 'forum_url\lang\your_language'.