Search code examples
phphtmlencodingcharacter-encodingmeta-tags

Character encoding Russian , Turkish


I got Russian character problem. I used utf8 ,windows-1251 but it seems like ?????? (русский). how can i solve this problem ?

<ul class="dropdown-menu">

                        <li><a href="#">Türkçe</a></li>
                        <li><a href="#">English</a></li>
                        <li><a href="#">русский</a></li>
                    </ul>

when i tried to write russian char into notepad++ it shows like ????? too. where is the problem ?


Solution

  • Maybe the font installed on your system doesn't have cyrillic symbols? Because on my system, your example is displayed correctly.