Byexe
🏅Acemi Tasarımcı🏅
- Katılım
- 21 Ocak 2011
- Mesajlar
- 59
- Tepkime puanı
- 0
merhabalar hazırlamış olduğum flash'ta türkçe karakter sorunu oldu..
.html dosyası utf-8 ve şu kodlar var;
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>My Gallery</title>
</head>
ben bunu bu şekilde değiştirdim ama yine olmadı;
<html xmlns="https://www.w3.org/TR/html4/loose.dtd" xml:lang="tr" lang="tr">
<head>
<meta http-equiv="Content-Language" content="tr">
<META http-equiv=content-type content=text/html;charset=iso-8859-9>
<META http-equiv=content-type content=text/html;charset=windows-1254>
<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
<title>Armada-tr</title>
sanırım yanlış yaptığım birşey var inceleyebilirmisiniz?
.html dosyası utf-8 ve şu kodlar var;
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>My Gallery</title>
</head>
ben bunu bu şekilde değiştirdim ama yine olmadı;
<html xmlns="https://www.w3.org/TR/html4/loose.dtd" xml:lang="tr" lang="tr">
<head>
<meta http-equiv="Content-Language" content="tr">
<META http-equiv=content-type content=text/html;charset=iso-8859-9>
<META http-equiv=content-type content=text/html;charset=windows-1254>
<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
<title>Armada-tr</title>
sanırım yanlış yaptığım birşey var inceleyebilirmisiniz?