• 01-04-2024, 16:36:27
    #1
    Merhaba, basit bir index.html oluşturmaktayım fakat Türkçe karekter sorunu yaşamaktayım. Bunu kod ile nasıl çözebilirim. index.htm dosyası linktedir.

    İndir
  • 01-04-2024, 16:37:27
    #2
    Misafir
    Veritabanı UTF8 general ci olmalı hocam.
    Ayrıca utf8 kodunu html eklemeyi deneyin.
    • REEGAZ
    REEGAZ bunu beğendi.
    1 kişi bunu beğendi.
  • 01-04-2024, 16:38:34
    #3
    Misafir adlı üyeden alıntı: mesajı görüntüle
    Veritabanı UTF8 general ci olmalı hocam.
    Ayrıca utf8 kodunu html eklemeyi deneyin.
    veri tabanı yok hocam, düz index.html dosyası. Yazılar bozuk çıkıyor.
  • 01-04-2024, 16:43:19
    #4
    <meta charset="utf-8">
    bu kodu <html> den sonra ekleyin düzelecektir

    <title> Eyro TL | Euro Canli Piyasa Verileri </title>     
    <center><iframe frameborder="0" scrolling="auto" height="300" width="800" allowtransparency="true" marginwidth="0" marginheight="0" src="https://sslfxrates.investing.com/index_exchange.php?params&inner-border-color=%23CBCBCB&border-color=%23cbcbcb&bg1=%23F6F6F6&bg2=%23ffffff&inner-text-color=%23000000&currency-name-color=%23000000&header-text-color=%23FFFFFF&force_lang=10" align="center"></iframe><br /><div style="width:840px"><a href="" target="_blank"><img src="" alt="" title="" style="float:left" /></a><span style="float:right"><span style="font-size: 11px;color: #333333;text-decoration: none;"> <a href="" rel="nofollow" target="_blank" style="font-size: 11px;color: #06529D; font-weight: bold;" class="underline_link"></a> </span></span></div></center>
    
    <html> <meta charset="utf-8">
      <head> 
       <title>Deneme Sayfam</title> 
      </head>
    <body>
     
    <p>Bu bir örnek yazıdır.Bu bir örnek yazıdır.Bu bir örnek yazıdır.</p>
    <p>Bu bir örnek yazıdır.Bu bir örnek yazıdır.Bu bir örnek yazıdır.</p>
     
    </body>
    </html/>
    
    <iframe src="https://tr.widgets.investing.com/top-cryptocurrencies?theme=darkTheme" width="100%" height="100%" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0"></iframe><div class="poweredBy" style="font-family: Arial, Helvetica, sans-serif;"> <a href="" target="_blank" rel="nofollow"></a></div>
    
    
    
    
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
    </head>
    
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1254" />
    </head>
  • 01-04-2024, 16:44:20
    #5
    insoft adlı üyeden alıntı: mesajı görüntüle
    <meta charset="utf-8">
    bu kodu <html> den sonra ekleyin düzelecektir
    Düzeldi hocam teşekkür ederim.