http://social.technet.microsoft.com/Forums/en-US/w7itpronetworking/thread/259c7ef2-3770-4212-8fca-c58936979851/
- very useful for web application which is set up at PC and which does not have internet connection.
So, as iconv() does not always work correctly, in most cases, much easier to use htmlentities().
Example: =htmlentities(file_get_contents("incoming.txt"), ENT_QUOTES, "Windows-1252"); file_put_contents("outbound.txt", html_entity_decode($content,ENT_QUOTES , "utf-8")); ?>