PHP Ansi to UTF-8?

Remove BOM, then do: $file = file_get_contents('file. Php'); $file = iconv('greek-charset','UTF-8', $file); file_put_contents('file. Php', $file); //ta-da!

Change greek-charset to correct name of charset (maybe Windows-1253). And work on your accept rate - 0% isn't cool.

– Paris Jun 25 at 23:31 @Paris, try Windows-1253 – OZ_ Jun 25 at 23:32.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions