Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Search Engine Friendly URL's with UTF-8 encoding
Hi,
My language which is Turkish has some UTF-8 characters. They are "ş,ç,ö ..."
When i make a category, the url of that category doesn't contain these characters which is normal. Instead of this, i expect it to edit these characters like latin ones.
For instance.
"Şişçi" is Turkish word which is also a category' name, url is "ii" because it automatically deletes non ASCI characters from URL. But if it would be like this "sisci" that would be awesome.
Is there a way to achieve this with v2.0.14?
My language which is Turkish has some UTF-8 characters. They are "ş,ç,ö ..."
When i make a category, the url of that category doesn't contain these characters which is normal. Instead of this, i expect it to edit these characters like latin ones.
For instance.
"Şişçi" is Turkish word which is also a category' name, url is "ii" because it automatically deletes non ASCI characters from URL. But if it would be like this "sisci" that would be awesome.
Is there a way to achieve this with v2.0.14?
0
Comments
I'd like to clear this topic with simple example.
Here is an url from my forum.
http://www.ccc.com/index.php?p=/discussion/3/sdfgsfgşşşşş/#Item_1
The C5%9F strings in url are actually the letter "ş", so it looks like
http://www.ccc.com/index.php?p=/discussion/3/sdfgsfgşşşşşş/#Item_1
Is it possible to convert non-latin characters to latin ones?
Instead of "ş" it could be "s" and this makes things more SEO friendly.