| 
	
 | 
 Posted by Yannick Warnier on 10/24/05 17:16 
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_charset to iso-8859-1 with an ini_set() 
> call, but it doesn't help. I also looked at the doc for fopen() and 
> fwrite() (the functions I am using to write my file) and to the mbstring 
> module, but it looks like nothing is really coded to allow me to do 
> this. 
 
For some reason now I could write a fully ISO-8859-1 file, so I can 
guess I had been missing something. If someone has an explanation or a 
document on how the files created by PHP are encoded, I would be very 
glad. Thanks. 
 
Yannick
 
  
Navigation:
[Reply to this message] 
 |