Re: [PHP] Output files encoding

2005-10-24 Thread Richard Lynch
On Mon, October 24, 2005 9:16 am, Yannick Warnier wrote: > Le lundi 24 octobre 2005 à 14:37 +0100, Yannick Warnier a écrit : >> Hi guys, >> >> For a reason that I don't really understand, my PHP install outputs >> file >> in UTF-8 by default. >> >> I would like to output files in ISO-8859-1 in cert

Re: [PHP] Output files encoding

2005-10-24 Thread Yannick Warnier
Le lundi 24 octobre 2005 à 14:37 +0100, Yannick Warnier a écrit : > Hi guys, > > For a reason that I don't really understand, my PHP install outputs file > in UTF-8 by default. > > I would like to output files in ISO-8859-1 in certain cases. How do I do > that? > > I have tried changing default_

[PHP] Output files encoding

2005-10-24 Thread Yannick Warnier
Hi guys, For a reason that I don't really understand, my PHP install outputs file in UTF-8 by default. I would like to output files in ISO-8859-1 in certain cases. How do I do that? I have tried changing default_charset to iso-8859-1 with an ini_set() call, but it doesn't help. I also looked at