Hi everybody;
I am using this code for get the web page source code >> document.body.innerHTML
But some letters are as "?"
Example;
<td valign=top><b>oyun adı:</b> pisküvit<br><b>nasıl oynanır:</b> pisküvit oyn? - bu aralar pisküvit piskevüt di?e ünlenmeye başladı:). <br><b>oynanma miktarı:</b> 307 defa </td></tr></tbody></table></div>
these words have to do like them
pisküvit oyn? >> pisküvit oynu
piskevüt di?e >> piskevüt diye
How can i solve this problem? thank you.
I am using this code for get the web page source code >> document.body.innerHTML
But some letters are as "?"
Example;
<td valign=top><b>oyun adı:</b> pisküvit<br><b>nasıl oynanır:</b> pisküvit oyn? - bu aralar pisküvit piskevüt di?e ünlenmeye başladı:). <br><b>oynanma miktarı:</b> 307 defa </td></tr></tbody></table></div>
these words have to do like them
pisküvit oyn? >> pisküvit oynu
piskevüt di?e >> piskevüt diye
How can i solve this problem? thank you.