i have a php script which detects keyword density on given url.
my problem is, it doesn't detect turkish characters or deletes them..
i'm getting contents of url by file_get_contents method. this method works perfect and gets all content with turkish characters.
you can see my code on http://www.gazihanisildak.com/keyword/code.txt or try script on www.gazihanisildak.com/keyword
thanks..