Tekil Mesaj gösterimi
Alt 30 Ocak 2015, 02:50   #4
Çevrimdýþý
OzeL
Kullanýcýlarýn profil bilgileri misafirlere kapatýlmýþtýr.
IF Ticaret Sayýsý: (-1)
IF Ticaret Yüzdesi:(%)
Cevap: RADYO.TCL Türkçe karakter sorunu




Yardýmcý olan arkadaþlara teþekkürler,olmayanlarada ben olayým.


PHP Kod:   Kodu kopyalamak için üzerine çift týklayýn!
regsub -all "<" $songs "<" songs
regsub 
-all ">" $songs ">" songs
regsub 
-all "&" $songs "+" songs
regsub 
-all "&#x22;" $songs "\"" songs
regsub 
-all "&#x27;" $songs "'" songs
regsub 
-all "ÿ" $songs "" songs
regsub 
-all "ö" $songs "ö" songs
regsub 
-all "ä" $songs "ä" songs
regsub 
-all "ü" $songs "ü" songs
regsub 
-all "Ö" $songs "Ö" songs
regsub 
-all "Ä" $songs "Ä" songs
regsub 
-all "Ü" $songs "Ü" songs
regsub 
-all "ß" $songs "ß" songs
regsub 
-all "ý" $songs "ý" songs
regsub 
-all "&" $songs "feat." songs
regsub 
-all "ç" $songs "ç" songs
regsub 
-all "ð" $songs "ð" songs
regsub 
-all "ý" $songs "ý" songs
regsub 
-all "Ý" $songs "Ý" songs
regsub 
-all "ö" $songs "ö" songs
regsub 
-all "þ" $songs "þ" songs
regsub 
-all "Ç" $songs "Ç" songs
regsub 
-all "Ð" $songs "Ð" songs
regsub 
-all "Ö" $songs "Ö" songs
regsub 
-all "Þ" $songs "Þ" songs
regsub 
-all "ü" $songs "ü" songs
regsub 
-all "Ü" $songs "Ü" songs
regsub 
-all "¿" $songs "¿" songs
regsub 
-all "<" $songs "<" songs
regsub 
-all "&#x86;" $songs "†" songs
regsub 
-all "ÿ" $songs "" songs
regsub 
-all "a" $songs "á" songs
regsub 
-all "b" $songs "ß" songs
regsub 
-all "i" $songs "í" songs
regsub 
-all "o" $songs "ó" songs
regsub 
-all "l" $songs "L" songs
regsub 
-all "I" $songs "Î" songs
regsub 
-all "e" $songs "é" songs
regsub 
-all "t" $songs "†" songs
regsub 
-all "y" $songs "¥" songs
regsub 
-all "c" $songs "¢" songs
regsub 
-all "o" $songs "Ó" songs
regsub 
-all "n" $songs "ñ" songs

regsub 
-all "<" $songtitle "<" songtitle
regsub 
-all ">" $songtitle ">" songtitle
regsub 
-all "&" $songtitle "+" songtitle
regsub 
-all "&#x22;" $songtitle "\"" songtitle
regsub 
-all "&#x27;" $songtitle "'" songtitle
regsub 
-all "ÿ" $songtitle "" songtitle
regsub 
-all "ö" $songtitle "ö" songtitle
regsub 
-all "ä" $songtitle "ä" songtitle
regsub 
-all "ü" $songtitle "ü" songtitle
regsub 
-all "Ö" $songtitle "Ö" songtitle
regsub 
-all "Ä" $songtitle "Ä" songtitle
regsub 
-all "Ü" $songtitle "Ü" songtitle
regsub 
-all "ß" $songtitle "ß" songtitle
regsub 
-all "ý" $songtitle "ý" songtitle
regsub 
-all "&" $songtitle "feat." songtitle
regsub 
-all "ç" $songtitle "ç" songtitle
regsub 
-all "ð" $songtitle "ð" songtitle
regsub 
-all "ý" $songtitle "ý" songtitle
regsub 
-all "Ý" $songtitle "Ý" songtitle
regsub 
-all "ö" $songtitle "ö" songtitle
regsub 
-all "þ" $songtitle "þ" songtitle
regsub 
-all "Ç" $songtitle "Ç" songtitle
regsub 
-all "Ð" $songtitle "Ð" songtitle
regsub 
-all "Ö" $songtitle "Ö" songtitle
regsub 
-all "Þ" $songtitle "Þ" songtitle
regsub 
-all "ü" $songtitle "ü" songtitle
regsub 
-all "Ü" $songtitle "Ü" songtitle
regsub 
-all "¿" $songtitle "¿" songtitle
regsub 
-all "<" $songtitle "<" songtitle
regsub 
-all "&#x86;" $songtitle "†" songtitle
regsub 
-all "ÿ" $songtitle "" songtitle
regsub 
-all "a" $songtitle "á" songtitle
regsub 
-all "b" $songtitle "ß" songtitle
regsub 
-all "i" $songtitle "í" songtitle
regsub 
-all "o" $songtitle "ó" songtitle
regsub 
-all "l" $songtitle "L" songtitle
regsub 
-all "I" $songtitle "Î" songtitle
regsub 
-all "e" $songtitle "é" songtitle
regsub 
-all "t" $songtitle "†" songtitle
regsub 
-all "y" $songtitle "¥" songtitle
regsub 
-all "c" $songtitle "¢" songtitle
regsub 
-all "o" $songtitle "Ó" songtitle
regsub 
-all "n" $songtitle "ñ" songtitle




regsub 
-all "<" $cursong "<" cursong
regsub 
-all ">" $cursong ">" cursong
regsub 
-all "&" $cursong "+" cursong
regsub 
-all "&#x22;" $cursong "\"" cursong
regsub 
-all "&#x27;" $cursong "'" cursong
regsub 
-all "ÿ" $cursong "" cursong
regsub 
-all "&" $cursong "feat." cursong
regsub 
-all "ç" $cursong "ç" cursong
regsub 
-all "ð" $cursong "ð" cursong
regsub 
-all "ý" $cursong "ý" cursong
regsub 
-all "Ý" $cursong "Ý" cursong
regsub 
-all "ö" $cursong "ö" cursong
regsub 
-all "þ" $cursong "þ" cursong
regsub 
-all "Ç" $cursong "Ç" cursong
regsub 
-all "Ð" $cursong "Ð" cursong
regsub 
-all "Ö" $cursong "Ö" cursong
regsub 
-all "Þ" $cursong "Þ" cursong
regsub 
-all "ü" $cursong "ü" cursong
regsub 
-all "Ü" $cursong "Ü" cursong
regsub 
-all "¿" $cursong "¿" cursong
regsub 
-all "<" $cursong "<" cursong
regsub 
-all "&#x86;" $cursong "†" cursong




regsub 
-all "<" $stitle "<" stitle
regsub 
-all ">" $stitle ">" stitle
regsub 
-all "&" $stitle "+" stitle
regsub 
-all "&#x22;" $stitle "\"" stitle
regsub 
-all "&#x27;" $stitle "'" stitle
regsub 
-all "ö" $stitle "ö" stitle
regsub 
-all "ä" $stitle "ä" stitle
regsub 
-all "ü" $stitle "ü" stitle
regsub 
-all "Ö" $stitle "Ö" stitle
regsub 
-all "Ä" $stitle "Ä" stitle
regsub 
-all "Ü" $stitle "Ü" stitle
regsub 
-all "ß" $stitle "ß" stitle
regsub 
-all "ý" $stitle "ý" stitle
regsub 
-all "&" $stitle "feat." stitle
regsub 
-all "ç" $stitle "ç" stitle
regsub 
-all "ð" $stitle "ð" stitle
regsub 
-all "ý" $stitle "ý" stitle
regsub 
-all "Ý" $stitle "Ý" stitle
regsub 
-all "ö" $stitle "ö" stitle
regsub 
-all "þ" $stitle "þ" stitle
regsub 
-all "Ç" $stitle "Ç" stitle
regsub 
-all "Ð" $stitle "Ð" stitle
regsub 
-all "Ö" $stitle "Ö" stitle
regsub 
-all "Þ" $stitle "Þ" stitle
regsub 
-all "ü" $stitle "ü" stitle
regsub 
-all "Ü" $stitle "Ü" stitle
regsub 
-all "¿" $stitle "¿" stitle
regsub 
-all "<" $stitle "<" stitle
regsub 
-all "&#x86;" $stitle "†" stitle
regsub 
-all "ÿ" $stitle "" stitle
regsub 
-all "a" $stitle "á" stitle
regsub 
-all "b" $stitle "ß" stitle
regsub 
-all "i" $stitle "í" stitle
regsub 
-all "o" $stitle "ó" stitle
regsub 
-all "l" $stitle "L" stitle
regsub 
-all "I" $stitle "Î" stitle
regsub 
-all "e" $stitle "é" stitle
regsub 
-all "t" $stitle "†" stitle
regsub 
-all "y" $stitle "¥" stitle
regsub 
-all "c" $stitle "¢" stitle
regsub 
-all "o" $stitle "Ó" stitle
regsub 
-all "n" $stitle "ñ" stitle



regsub 
-all "<" $sgenre "<" sgenre
regsub 
-all ">" $sgenre ">" sgenre
regsub 
-all "&" $sgenre "+" sgenre
regsub 
-all "&#x22;" $sgenre "\"" sgenre
regsub 
-all "&#x27;" $sgenre "'" sgenre
regsub 
-all "ö" $sgenre "ö" sgenre
regsub 
-all "ä" $sgenre "ä" sgenre
regsub 
-all "ü" $sgenre "ü" sgenre
regsub 
-all "Ö" $sgenre "Ö" sgenre
regsub 
-all "Ä" $sgenre "Ä" sgenre
regsub 
-all "Ü" $sgenre "Ü" sgenre
regsub 
-all "ß" $sgenre "ß" sgenre
regsub 
-all "ý" $sgenre "ý" sgenre
regsub 
-all "&" $sgenre "feat." sgenre
regsub 
-all "ç" $sgenre "ç" sgenre
regsub 
-all "ð" $sgenre "ð" sgenre
regsub 
-all "ý" $sgenre "ý" sgenre
regsub 
-all "Ý" $sgenre "Ý" sgenre
regsub 
-all "ö" $sgenre "ö" sgenre
regsub 
-all "þ" $sgenre "þ" sgenre
regsub 
-all "Ç" $sgenre "Ç" sgenre
regsub 
-all "Ð" $sgenre "Ð" sgenre
regsub 
-all "Ö" $sgenre "Ö" sgenre
regsub 
-all "Þ" $sgenre "Þ" sgenre
regsub 
-all "ü" $sgenre "ü" sgenre
regsub 
-all "Ü" $sgenre "Ü" sgenre
regsub 
-all "¿" $sgenre "¿" sgenre
regsub 
-all "<" $sgenre "<" sgenre
regsub 
-all "&#x86;" $sgenre "†" sgenre
regsub 
-all "ÿ" $sgenre "" sgenre
regsub 
-all "a" $sgenre "á" sgenre
regsub 
-all "b" $sgenre "ß" sgenre
regsub 
-all "i" $sgenre "í" sgenre
regsub 
-all "o" $sgenre "ó" sgenre
regsub 
-all "l" $sgenre "L" sgenre
regsub 
-all "I" $sgenre "Î" sgenre
regsub 
-all "e" $sgenre "é" sgenre
regsub 
-all "t" $sgenre "†" sgenre
regsub 
-all "y" $sgenre "¥" sgenre
regsub 
-all "c" $sgenre "¢" sgenre
regsub 
-all "o" $sgenre "Ó" sgenre
regsub 
-all "n" $sgenre "ñ" sgenre 


 
Alýntý ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odalarý eglen sohbet sohbet