I have a question related to multi language website..
Added
AddDefaultCharset utf-8
in .htaccessAdded this line
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
in every pageAll pages changes to
Unicode-UTF-8
fromWestern European
using dreamweaver page propertiesDatabase collation -
utf8_general_ci
Russian, Japanese, Ukrainian, Chinese, Korean most of these languages and words are working properly except these word схожі-ігри
This word is ukrainian language - схожі-ігри . It stored into db table successfully and it also fetches the word properly. But, It doesn't work in url. When I go to this link www.mydomain.com/uk/схожі-ігри/ it says object not found.
But other href link ukrainian words are working properly except this one. Then I removed x from this word
сожі-ігри instead of схожі-ігри
This word сожі-ігри is working fine in url. But this is a wrong word. Last 3 hours I try to find the solution. I don't have any idea.